class Aws::SecurityHub::Types::AwsDynamoDbTableAttributeDefinition

Contains a definition of an attribute for the table.

@note When making an API call, you may pass AwsDynamoDbTableAttributeDefinition

data as a hash:

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

@!attribute [rw] attribute_name

The name of the attribute.
@return [String]

@!attribute [rw] attribute_type

The type of the attribute.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsDynamoDbTableAttributeDefinition AWS API Documentation

Constants

SENSITIVE