Class: Aws::Types::Projection
- Inherits:
-
Object
- Object
- Aws::Types::Projection
- 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 ⇒ "ALL", ...
Returns the value of attribute projection_type.
Instance Attribute Details
#non_key_attributes ⇒ ::Array[::String]
Returns the value of attribute non_key_attributes.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def non_key_attributes @non_key_attributes end |
#projection_type ⇒ "ALL", ...
Returns the value of attribute projection_type.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def projection_type @projection_type end |