Method: Aws::SecurityHub::Types::AwsDynamoDbTableGlobalSecondaryIndex#index_name
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#index_name ⇒ String
The name of the index.
5910 5911 5912 5913 5914 5915 5916 5917 5918 5919 5920 5921 5922 |
# File 'lib/aws-sdk-securityhub/types.rb', line 5910 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 |