Class: Aws::Types::Get

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expression_attribute_names::Hash[::String, ::String]

Returns the value of attribute expression_attribute_names.

Returns:

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


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.

Returns:



717
718
719
# File 'sig/types.rbs', line 717

def key
  @key
end

#projection_expression::String

Returns the value of attribute projection_expression.

Returns:

  • (::String)


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.

Returns:

  • (::String)


718
719
720
# File 'sig/types.rbs', line 718

def table_name
  @table_name
end