class Aws::DynamoDB::Table
def get_item(options = {})
-
(Types::GetItemOutput)
-
Options Hash:
(**options)
-
:expression_attribute_names
(Hash
) -- -
:projection_expression
(String
) -- -
:return_consumed_capacity
(String
) -- -
:consistent_read
(Boolean
) -- -
:attributes_to_get
(Array
) -- -
:key
(required, Hash
) --
Parameters:
-
options
(Hash
) -- ({})
Other tags:
- Example: Request syntax with placeholder values -
def get_item(options = {}) options = options.merge(table_name: @name) resp = @client.get_item(options) resp.data end