Class: Aws::SecurityHub::Types::AwsDynamoDbTableAttributeDefinition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Contains a definition of an attribute for the table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The name of the attribute.

Returns:

  • (String)


5758
5759
5760
5761
5762
5763
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5758

class AwsDynamoDbTableAttributeDefinition < Struct.new(
  :attribute_name,
  :attribute_type)
  SENSITIVE = []
  include Aws::Structure
end

#attribute_typeString

The type of the attribute.

Returns:

  • (String)


5758
5759
5760
5761
5762
5763
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5758

class AwsDynamoDbTableAttributeDefinition < Struct.new(
  :attribute_name,
  :attribute_type)
  SENSITIVE = []
  include Aws::Structure
end