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

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5037
5038
5039
# File 'sig/types.rbs', line 5037

def name
  @name
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


5038
5039
5040
# File 'sig/types.rbs', line 5038

def type
  @type
end