Class: Aws::Types::DeleteAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
851 852 853 |
# File 'sig/types.rbs', line 851 def association_id @association_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
850 851 852 |
# File 'sig/types.rbs', line 850 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
849 850 851 |
# File 'sig/types.rbs', line 849 def name @name end |