You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::AwsDynamoDbTableKeySchema
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsDynamoDbTableKeySchema
- Defined in:
- (unknown)
Overview
Note:
When passing AwsDynamoDbTableKeySchema as input to an Aws::Client method, you can use a vanilla Hash:
{
attribute_name: "NonEmptyString",
key_type: "NonEmptyString",
}
A component of the key schema for the DynamoDB table, a global secondary index, or a local secondary index.
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
The name of the key schema attribute.
-
#key_type ⇒ String
The type of key used for the key schema attribute.
Instance Attribute Details
#attribute_name ⇒ String
The name of the key schema attribute.
#key_type ⇒ String
The type of key used for the key schema attribute.