Class: Aws::Types::AwsDynamoDbTableProjection

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#non_key_attributes::Array[::String]

Returns the value of attribute non_key_attributes.

Returns:

  • (::Array[::String])


1268
1269
1270
# File 'sig/types.rbs', line 1268

def non_key_attributes
  @non_key_attributes
end

#projection_type::String

Returns the value of attribute projection_type.

Returns:

  • (::String)


1269
1270
1271
# File 'sig/types.rbs', line 1269

def projection_type
  @projection_type
end