Class: Aws::Types::ParseJSON
- Inherits:
-
Object
- Object
- Aws::Types::ParseJSON
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#source ⇒ ::String
Returns the value of attribute source.
Instance Attribute Details
#destination ⇒ ::String
Returns the value of attribute destination.
1641 1642 1643 |
# File 'sig/types.rbs', line 1641 def destination @destination end |
#source ⇒ ::String
Returns the value of attribute source.
1640 1641 1642 |
# File 'sig/types.rbs', line 1640 def source @source end |