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

Class: Aws::SecurityHub::Types::AwsDynamoDbTableProjection

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

Overview

Note:

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

{
  non_key_attributes: ["NonEmptyString"],
  projection_type: "NonEmptyString",
}

For global and local secondary indexes, identifies the attributes that are copied from the table into the index.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#non_key_attributesArray<String>

The nonkey attributes that are projected into the index. For each attribute, provide the attribute name.

Returns:

  • (Array<String>)

    The nonkey attributes that are projected into the index.

#projection_typeString

The types of attributes that are projected into the index.

Returns:

  • (String)

    The types of attributes that are projected into the index.