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)


5463
5464
5465
5466
5467
5468
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5463

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

#attribute_typeString

The type of the attribute.

Returns:

  • (String)


5463
5464
5465
5466
5467
5468
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5463

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