Class: Aws::Types::AssociateConnectionsToResiliencyGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateConnectionsToResiliencyGroupRequest
- 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.
84 85 86 |
# File 'sig/types.rbs', line 84 def client_token @client_token end |
#connection_identifiers ⇒ ::Array[::String]
Returns the value of attribute connection_identifiers.
82 83 84 |
# File 'sig/types.rbs', line 82 def connection_identifiers @connection_identifiers end |
#resiliency_group_id ⇒ ::String
Returns the value of attribute resiliency_group_id.
83 84 85 |
# File 'sig/types.rbs', line 83 def resiliency_group_id @resiliency_group_id end |