Class: Aws::Types::ResourceMapping
- Inherits:
-
Object
- Object
- Aws::Types::ResourceMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ Types::ResourceLocation
Returns the value of attribute destination.
-
#source ⇒ Types::ResourceLocation
Returns the value of attribute source.
Instance Attribute Details
#destination ⇒ Types::ResourceLocation
Returns the value of attribute destination.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def destination @destination end |
#source ⇒ Types::ResourceLocation
Returns the value of attribute source.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def source @source end |