Class: Aws::Types::TypeConverterEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2307
2308
2309
# File 'sig/types.rbs', line 2307

def key
  @key
end

#type"boolean", ...

Returns the value of attribute type.

Returns:

  • ("boolean", "integer", "double", "string")


2308
2309
2310
# File 'sig/types.rbs', line 2308

def type
  @type
end