Class: Aws::Types::AddAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_type ⇒ "ContributedTo", ...
Returns the value of attribute association_type.
-
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
Instance Attribute Details
#association_type ⇒ "ContributedTo", ...
Returns the value of attribute association_type.
295 296 297 |
# File 'sig/types.rbs', line 295 def association_type @association_type end |
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
294 295 296 |
# File 'sig/types.rbs', line 294 def destination_arn @destination_arn end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
293 294 295 |
# File 'sig/types.rbs', line 293 def source_arn @source_arn end |