Class: Aws::Types::GetItemInput
- Inherits:
-
Object
- Object
- Aws::Types::GetItemInput
- 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.
-
#key ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute key.
-
#projection_expression ⇒ ::String
Returns the value of attribute projection_expression.
-
#return_consumed_capacity ⇒ "INDEXES", ...
Returns the value of attribute return_consumed_capacity.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#attributes_to_get ⇒ ::Array[::String]
Returns the value of attribute attributes_to_get.
727 728 729 |
# File 'sig/types.rbs', line 727 def attributes_to_get @attributes_to_get end |
#consistent_read ⇒ Boolean
Returns the value of attribute consistent_read.
728 729 730 |
# File 'sig/types.rbs', line 728 def consistent_read @consistent_read end |
#expression_attribute_names ⇒ ::Hash[::String, ::String]
Returns the value of attribute expression_attribute_names.
731 732 733 |
# File 'sig/types.rbs', line 731 def expression_attribute_names @expression_attribute_names end |
#key ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute key.
726 727 728 |
# File 'sig/types.rbs', line 726 def key @key end |
#projection_expression ⇒ ::String
Returns the value of attribute projection_expression.
730 731 732 |
# File 'sig/types.rbs', line 730 def projection_expression @projection_expression end |
#return_consumed_capacity ⇒ "INDEXES", ...
Returns the value of attribute return_consumed_capacity.
729 730 731 |
# File 'sig/types.rbs', line 729 def return_consumed_capacity @return_consumed_capacity end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
725 726 727 |
# File 'sig/types.rbs', line 725 def table_name @table_name end |