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)


80
81
82
# File 'sig/types.rbs', line 80

def attribute_name
  @attribute_name
end

#key_type ⇒ "HASH", "RANGE"

Returns the value of attribute key_type.

Returns:

  • ("HASH", "RANGE")


81
82
83
# File 'sig/types.rbs', line 81

def key_type
  @key_type
end