Class: Aws::Types::GetItemInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes_to_get::Array[::String]

Returns the value of attribute attributes_to_get.

Returns:

  • (::Array[::String])


727
728
729
# File 'sig/types.rbs', line 727

def attributes_to_get
  @attributes_to_get
end

#consistent_readBoolean

Returns the value of attribute consistent_read.

Returns:

  • (Boolean)


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.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:



726
727
728
# File 'sig/types.rbs', line 726

def key
  @key
end

#projection_expression::String

Returns the value of attribute projection_expression.

Returns:

  • (::String)


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.

Returns:

  • ("INDEXES", "TOTAL", "NONE")


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.

Returns:

  • (::String)


725
726
727
# File 'sig/types.rbs', line 725

def table_name
  @table_name
end