You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsDynamoDbTableAttributeDefinition as input to an Aws::Client method, you can use a vanilla Hash:

{
  attribute_name: "NonEmptyString",
  attribute_type: "NonEmptyString",
}

Contains a definition of an attribute for the table.

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The name of the attribute.

Returns:

  • (String)

    The name of the attribute.

#attribute_typeString

The type of the attribute.

Returns:

  • (String)

    The type of the attribute.