spec/aws-record/record/table_config_spec.rb [549:578]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                attribute_definitions: [
                  {
                    attribute_name: 'hk',
                    attribute_type: 'S'
                  },
                  {
                    attribute_name: 'rk',
                    attribute_type: 'S'
                  },
                  {
                    attribute_name: 'gsi_pk',
                    attribute_type: 'S'
                  },
                  {
                    attribute_name: 'gsi_sk',
                    attribute_type: 'S'
                  }
                ],
                table_name: 'TestModel',
                key_schema: [
                  {
                    attribute_name: 'hk',
                    key_type: 'HASH'
                  },
                  {
                    attribute_name: 'rk',
                    key_type: 'RANGE'
                  }
                ],
                provisioned_throughput: {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/aws-record/record/table_config_spec.rb [2277:2306]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
              attribute_definitions: [
                {
                  attribute_name: 'hk',
                  attribute_type: 'S'
                },
                {
                  attribute_name: 'rk',
                  attribute_type: 'S'
                },
                {
                  attribute_name: 'gsi_pk',
                  attribute_type: 'S'
                },
                {
                  attribute_name: 'gsi_sk',
                  attribute_type: 'S'
                }
              ],
              table_name: 'TestModel',
              key_schema: [
                {
                  attribute_name: 'hk',
                  key_type: 'HASH'
                },
                {
                  attribute_name: 'rk',
                  key_type: 'RANGE'
                }
              ],
              provisioned_throughput: {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



