Method: Aws::SecurityHub::Types::AwsDynamoDbTableGlobalSecondaryIndex#key_schema
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#key_schema ⇒ Array<Types::AwsDynamoDbTableKeySchema>
The key schema for the index.
5909 5910 5911 5912 5913 5914 5915 5916 5917 5918 5919 5920 5921 |
# File 'lib/aws-sdk-securityhub/types.rb', line 5909 class AwsDynamoDbTableGlobalSecondaryIndex < Struct.new( :backfilling, :index_arn, :index_name, :index_size_bytes, :index_status, :item_count, :key_schema, :projection, :provisioned_throughput) SENSITIVE = [] include Aws::Structure end |