Class: Aws::SecurityHub::Types::AwsDynamoDbTableAttributeDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsDynamoDbTableAttributeDefinition
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Note:
When making an API call, you may pass AwsDynamoDbTableAttributeDefinition data as a hash:
{
attribute_name: "NonEmptyString",
attribute_type: "NonEmptyString",
}
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.
2927 2928 2929 2930 2931 2932 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 2927 class AwsDynamoDbTableAttributeDefinition < Struct.new( :attribute_name, :attribute_type) SENSITIVE = [] include Aws::Structure end |
#attribute_type ⇒ String
The type of the attribute.
2927 2928 2929 2930 2931 2932 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 2927 class AwsDynamoDbTableAttributeDefinition < Struct.new( :attribute_name, :attribute_type) SENSITIVE = [] include Aws::Structure end |