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

Class: Aws::SecurityHub::Types::AwsDynamoDbTableKeySchema

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

Overview

Note:

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

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The name of the key schema attribute.

Returns:

  • (String)

    The name of the key schema attribute.

#key_typeString

The type of key used for the key schema attribute.

Returns:

  • (String)

    The type of key used for the key schema attribute.