Sha256: 2cb9b8dc367ab3df90039e9591a77ada16e18a2b7a5982b697ac91c7cbb1081e
Contents?: true
Size: 830 Bytes
Versions: 63
Compression:
Stored size: 830 Bytes
Contents
Aws.config[:dynamodb] = { stub_responses: { describe_table: { table: { table_name: 'my-dynamodb-table', table_status: 'ACTIVE', provisioned_throughput: { read_capacity_units: 1, write_capacity_units: 1 }, attribute_definitions: [ { attribute_name: 'my-dynamodb-table-attaribute1', attribute_type: 'S' }, { attribute_name: 'my-dynamodb-table-attaribute2', attribute_type: 'N' } ], key_schema: [ { attribute_name: 'my-dynamodb-table-key_schema1', key_type: 'HASH' }, { attribute_name: 'my-dynamodb-table-key_schema2', key_type: 'RANGE' } ] } } } }
Version data entries
63 entries across 63 versions & 2 rubygems