Class: Aws::Types::AddAssociationResponse
- Inherits:
-
Object
- Object
- Aws::Types::AddAssociationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
Instance Attribute Details
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
301 302 303 |
# File 'sig/types.rbs', line 301 def destination_arn @destination_arn end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
300 301 302 |
# File 'sig/types.rbs', line 300 def source_arn @source_arn end |