Class: Aws::DirectConnect::Types::AssociateConnectionsToResiliencyGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::AssociateConnectionsToResiliencyGroupRequest
- Defined in:
- gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#connection_identifiers ⇒ Array<String>
The IDs or ARNs of the connections to associate with the resiliency group.
-
#resiliency_group_id ⇒ String
The ID of the resiliency group.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
281 282 283 284 285 286 287 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 281 class AssociateConnectionsToResiliencyGroupRequest < Struct.new( :connection_identifiers, :resiliency_group_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#connection_identifiers ⇒ Array<String>
The IDs or ARNs of the connections to associate with the resiliency group.
281 282 283 284 285 286 287 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 281 class AssociateConnectionsToResiliencyGroupRequest < Struct.new( :connection_identifiers, :resiliency_group_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#resiliency_group_id ⇒ String
The ID of the resiliency group.
281 282 283 284 285 286 287 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 281 class AssociateConnectionsToResiliencyGroupRequest < Struct.new( :connection_identifiers, :resiliency_group_id, :client_token) SENSITIVE = [] include Aws::Structure end |