Class: Aws::Types::ResiliencyGroupAssociation
- Inherits:
-
Object
- Object
- Aws::Types::ResiliencyGroupAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
-
#resiliency_group_id ⇒ ::String
Returns the value of attribute resiliency_group_id.
-
#state ⇒ "associating", ...
Returns the value of attribute state.
Instance Attribute Details
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def connection_arn @connection_arn end |
#resiliency_group_id ⇒ ::String
Returns the value of attribute resiliency_group_id.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def resiliency_group_id @resiliency_group_id end |
#state ⇒ "associating", ...
Returns the value of attribute state.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def state @state end |