Class: Aws::Types::UpdateAssociationStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAssociationStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_status ⇒ Types::AssociationStatus
Returns the value of attribute association_status.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#association_status ⇒ Types::AssociationStatus
Returns the value of attribute association_status.
4439 4440 4441 |
# File 'sig/types.rbs', line 4439 def association_status @association_status end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
4438 4439 4440 |
# File 'sig/types.rbs', line 4438 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
4437 4438 4439 |
# File 'sig/types.rbs', line 4437 def name @name end |