Class: Aws::SecurityHub::Types::AwsDynamoDbTableAttributeDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsDynamoDbTableAttributeDefinition
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Contains a definition of an attribute for the table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
The name of the attribute.
-
#attribute_type ⇒ String
The type of the attribute.
Instance Attribute Details
#attribute_name ⇒ String
The name of the attribute.
5761 5762 5763 5764 5765 5766 |
# File 'lib/aws-sdk-securityhub/types.rb', line 5761 class AwsDynamoDbTableAttributeDefinition < Struct.new( :attribute_name, :attribute_type) SENSITIVE = [] include Aws::Structure end |
#attribute_type ⇒ String
The type of the attribute.
5761 5762 5763 5764 5765 5766 |
# File 'lib/aws-sdk-securityhub/types.rb', line 5761 class AwsDynamoDbTableAttributeDefinition < Struct.new( :attribute_name, :attribute_type) SENSITIVE = [] include Aws::Structure end |