Class: Aws::Types::AwsDynamoDbTableProjection
- Inherits:
-
Object
- Object
- Aws::Types::AwsDynamoDbTableProjection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#non_key_attributes ⇒ ::Array[::String]
Returns the value of attribute non_key_attributes.
-
#projection_type ⇒ ::String
Returns the value of attribute projection_type.
Instance Attribute Details
#non_key_attributes ⇒ ::Array[::String]
Returns the value of attribute non_key_attributes.
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.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def projection_type @projection_type end |