class Aws::SecurityHub::Types::AwsDynamoDbTableKeySchema

A component of the key schema for the DynamoDB table, a global secondary index, or a local secondary index.

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

data as a hash:

    {
      attribute_name: "NonEmptyString",
      key_type: "NonEmptyString",
    }

@!attribute [rw] attribute_name

The name of the key schema attribute.
@return [String]

@!attribute [rw] key_type

The type of key used for the key schema attribute.
@return [String]

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

Constants

SENSITIVE