Class: Aws::Types::KeysAndAttributes

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])


971
972
973
# File 'sig/types.rbs', line 971

def attributes_to_get
  @attributes_to_get
end

#consistent_readBoolean

Returns the value of attribute consistent_read.

Returns:

  • (Boolean)


972
973
974
# File 'sig/types.rbs', line 972

def consistent_read
  @consistent_read
end

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

Returns the value of attribute expression_attribute_names.

Returns:

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


974
975
976
# File 'sig/types.rbs', line 974

def expression_attribute_names
  @expression_attribute_names
end

#keys::Array[::Hash[::String, Types::AttributeValue]]

Returns the value of attribute keys.

Returns:



970
971
972
# File 'sig/types.rbs', line 970

def keys
  @keys
end

#projection_expression::String

Returns the value of attribute projection_expression.

Returns:

  • (::String)


973
974
975
# File 'sig/types.rbs', line 973

def projection_expression
  @projection_expression
end