Class: Aws::Types::TypeConverterEntry
- Inherits:
-
Object
- Object
- Aws::Types::TypeConverterEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#type ⇒ "boolean", ...
Returns the value of attribute type.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
2307 2308 2309 |
# File 'sig/types.rbs', line 2307 def key @key end |
#type ⇒ "boolean", ...
Returns the value of attribute type.
2308 2309 2310 |
# File 'sig/types.rbs', line 2308 def type @type end |