Class: Aws::Types::DisassociateConnectionsFromResiliencyGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateConnectionsFromResiliencyGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#connection_identifiers ⇒ ::Array[::String]
Returns the value of attribute connection_identifiers.
-
#resiliency_group_id ⇒ ::String
Returns the value of attribute resiliency_group_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
691 692 693 |
# File 'sig/types.rbs', line 691 def client_token @client_token end |
#connection_identifiers ⇒ ::Array[::String]
Returns the value of attribute connection_identifiers.
689 690 691 |
# File 'sig/types.rbs', line 689 def connection_identifiers @connection_identifiers end |
#resiliency_group_id ⇒ ::String
Returns the value of attribute resiliency_group_id.
690 691 692 |
# File 'sig/types.rbs', line 690 def resiliency_group_id @resiliency_group_id end |