Class: Aws::DirectConnect::Types::ResiliencyGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::ResiliencyGroup
- Defined in:
- gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb
Overview
Information about a resiliency group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#owner_account ⇒ String
The ID of the Amazon Web Services account that owns the resiliency group.
-
#resiliency_group_arn ⇒ String
The Amazon Resource Name (ARN) of the resiliency group.
-
#resiliency_group_id ⇒ String
The ID of the resiliency group.
-
#resiliency_group_name ⇒ String
The name of the resiliency group.
-
#resiliency_group_type ⇒ String
The type of the resiliency group.
-
#state ⇒ String
The state of the resiliency group.
-
#tags ⇒ Array<Types::Tag>
The tags associated with the resiliency group.
Instance Attribute Details
#owner_account ⇒ String
The ID of the Amazon Web Services account that owns the resiliency group.
4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 4341 class ResiliencyGroup < Struct.new( :resiliency_group_id, :resiliency_group_arn, :resiliency_group_name, :resiliency_group_type, :owner_account, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#resiliency_group_arn ⇒ String
The Amazon Resource Name (ARN) of the resiliency group.
4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 4341 class ResiliencyGroup < Struct.new( :resiliency_group_id, :resiliency_group_arn, :resiliency_group_name, :resiliency_group_type, :owner_account, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#resiliency_group_id ⇒ String
The ID of the resiliency group.
4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 4341 class ResiliencyGroup < Struct.new( :resiliency_group_id, :resiliency_group_arn, :resiliency_group_name, :resiliency_group_type, :owner_account, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#resiliency_group_name ⇒ String
The name of the resiliency group.
4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 4341 class ResiliencyGroup < Struct.new( :resiliency_group_id, :resiliency_group_arn, :resiliency_group_name, :resiliency_group_type, :owner_account, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#resiliency_group_type ⇒ String
The type of the resiliency group. The valid value is Managed.
4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 4341 class ResiliencyGroup < Struct.new( :resiliency_group_id, :resiliency_group_arn, :resiliency_group_name, :resiliency_group_type, :owner_account, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the resiliency group. The valid values are pending,
available, deleting, and deleted.
4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 4341 class ResiliencyGroup < Struct.new( :resiliency_group_id, :resiliency_group_arn, :resiliency_group_name, :resiliency_group_type, :owner_account, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags associated with the resiliency group.
4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 4341 class ResiliencyGroup < Struct.new( :resiliency_group_id, :resiliency_group_arn, :resiliency_group_name, :resiliency_group_type, :owner_account, :state, :tags) SENSITIVE = [] include Aws::Structure end |