Class: Aws::Types::Get
- Inherits:
-
Object
- Object
- Aws::Types::Get
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expression_attribute_names ⇒ ::Hash[::String, ::String]
Returns the value of attribute expression_attribute_names.
-
#key ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute key.
-
#projection_expression ⇒ ::String
Returns the value of attribute projection_expression.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#expression_attribute_names ⇒ ::Hash[::String, ::String]
Returns the value of attribute expression_attribute_names.
720 721 722 |
# File 'sig/types.rbs', line 720 def expression_attribute_names @expression_attribute_names end |
#key ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute key.
717 718 719 |
# File 'sig/types.rbs', line 717 def key @key end |
#projection_expression ⇒ ::String
Returns the value of attribute projection_expression.
719 720 721 |
# File 'sig/types.rbs', line 719 def projection_expression @projection_expression end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
718 719 720 |
# File 'sig/types.rbs', line 718 def table_name @table_name end |