Method: Aws::SecurityHub::Types::AwsDynamoDbTableProjection#projection_type
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#projection_type ⇒ String
The types of attributes that are projected into the index. Valid values are as follows:
-
ALL -
INCLUDE -
KEYS_ONLY
5996 5997 5998 5999 6000 6001 |
# File 'lib/aws-sdk-securityhub/types.rb', line 5996 class AwsDynamoDbTableProjection < Struct.new( :non_key_attributes, :projection_type) SENSITIVE = [] include Aws::Structure end |