class Aws::SecurityHub::Types::AwsDynamoDbTableProjection

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

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

data as a hash:

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

@!attribute [rw] non_key_attributes

The nonkey attributes that are projected into the index. For each
attribute, provide the attribute name.
@return [Array<String>]

@!attribute [rw] projection_type

The types of attributes that are projected into the index.
@return [String]

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

Constants

SENSITIVE