Class: Aws::DirectConnect::Types::ResiliencyGroup

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#owner_accountString

The ID of the Amazon Web Services account that owns the resiliency group.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the resiliency group.

Returns:

  • (String)


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_idString

The ID of the resiliency group.

Returns:

  • (String)


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_nameString

The name of the resiliency group.

Returns:

  • (String)


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_typeString

The type of the resiliency group. The valid value is Managed.

Returns:

  • (String)


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

#stateString

The state of the resiliency group. The valid values are pending, available, deleting, and deleted.

Returns:

  • (String)


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

#tagsArray<Types::Tag>

The tags associated with the resiliency group.

Returns:



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