Class: Aws::Types::KeySchemaElement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


964
965
966
# File 'sig/types.rbs', line 964

def attribute_name
  @attribute_name
end

#key_type"HASH", "RANGE"

Returns the value of attribute key_type.

Returns:

  • ("HASH", "RANGE")


965
966
967
# File 'sig/types.rbs', line 965

def key_type
  @key_type
end