Class: Aws::DirectConnect::Types::ResiliencyGroupAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::ResiliencyGroupAssociation
- Defined in:
- gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb
Overview
Information about an association between a connection and a resiliency group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_arn ⇒ String
The Amazon Resource Name (ARN) of the associated connection.
-
#resiliency_group_id ⇒ String
The ID of the resiliency group.
-
#state ⇒ String
The state of the association.
Instance Attribute Details
#connection_arn ⇒ String
The Amazon Resource Name (ARN) of the associated connection.
4371 4372 4373 4374 4375 4376 4377 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 4371 class ResiliencyGroupAssociation < Struct.new( :resiliency_group_id, :connection_arn, :state) SENSITIVE = [] include Aws::Structure end |
#resiliency_group_id ⇒ String
The ID of the resiliency group.
4371 4372 4373 4374 4375 4376 4377 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 4371 class ResiliencyGroupAssociation < Struct.new( :resiliency_group_id, :connection_arn, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the association. The valid values are associating,
associated, disassociating, and disassociated.
4371 4372 4373 4374 4375 4376 4377 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 4371 class ResiliencyGroupAssociation < Struct.new( :resiliency_group_id, :connection_arn, :state) SENSITIVE = [] include Aws::Structure end |