Class: Aws::Route53RecoveryReadiness::Types::RecoveryGroupOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb

Overview

A representation of the application, typically containing multiple cells.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cellsArray<String>

A list of a cell's Amazon Resource Names (ARNs).

Returns:

  • (Array<String>)


1109
1110
1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 1109

class RecoveryGroupOutput < Struct.new(
  :cells,
  :recovery_group_arn,
  :recovery_group_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#recovery_group_arnString

The Amazon Resource Name (ARN) for the recovery group.

Returns:

  • (String)


1109
1110
1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 1109

class RecoveryGroupOutput < Struct.new(
  :cells,
  :recovery_group_arn,
  :recovery_group_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#recovery_group_nameString

The name of the recovery group.

Returns:

  • (String)


1109
1110
1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 1109

class RecoveryGroupOutput < Struct.new(
  :cells,
  :recovery_group_arn,
  :recovery_group_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags associated with the recovery group.

Returns:

  • (Hash<String,String>)


1109
1110
1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 1109

class RecoveryGroupOutput < Struct.new(
  :cells,
  :recovery_group_arn,
  :recovery_group_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end