Class: Aws::Types::DeleteAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAssociationRequest
- 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.
3275 3276 3277 |
# File 'sig/types.rbs', line 3275 def destination_arn @destination_arn end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
3274 3275 3276 |
# File 'sig/types.rbs', line 3274 def source_arn @source_arn end |