Class: Aws::Types::KeysAndAttributes
- Inherits:
-
Object
- Object
- Aws::Types::KeysAndAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes_to_get ⇒ ::Array[::String]
Returns the value of attribute attributes_to_get.
-
#consistent_read ⇒ Boolean
Returns the value of attribute consistent_read.
-
#expression_attribute_names ⇒ ::Hash[::String, ::String]
Returns the value of attribute expression_attribute_names.
-
#keys ⇒ ::Array[::Hash[::String, Types::AttributeValue]]
Returns the value of attribute keys.
-
#projection_expression ⇒ ::String
Returns the value of attribute projection_expression.
Instance Attribute Details
#attributes_to_get ⇒ ::Array[::String]
Returns the value of attribute attributes_to_get.
971 972 973 |
# File 'sig/types.rbs', line 971 def attributes_to_get @attributes_to_get end |
#consistent_read ⇒ Boolean
Returns the value of attribute consistent_read.
972 973 974 |
# File 'sig/types.rbs', line 972 def consistent_read @consistent_read end |
#expression_attribute_names ⇒ ::Hash[::String, ::String]
Returns the value of attribute expression_attribute_names.
974 975 976 |
# File 'sig/types.rbs', line 974 def expression_attribute_names @expression_attribute_names end |
#keys ⇒ ::Array[::Hash[::String, Types::AttributeValue]]
Returns the value of attribute keys.
970 971 972 |
# File 'sig/types.rbs', line 970 def keys @keys end |
#projection_expression ⇒ ::String
Returns the value of attribute projection_expression.
973 974 975 |
# File 'sig/types.rbs', line 973 def projection_expression @projection_expression end |