Class: Aws::Types::Projection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#non_key_attributes::Array[::String]

Returns the value of attribute non_key_attributes.

Returns:

  • (::Array[::String])


1166
1167
1168
# File 'sig/types.rbs', line 1166

def non_key_attributes
  @non_key_attributes
end

#projection_type"ALL", ...

Returns the value of attribute projection_type.

Returns:

  • ("ALL", "KEYS_ONLY", "INCLUDE")


1165
1166
1167
# File 'sig/types.rbs', line 1165

def projection_type
  @projection_type
end