Class: Aws::Route53RecoveryReadiness::Types::RecoveryGroupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::RecoveryGroupOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoveryreadiness/types.rb
Overview
A representation of the application, typically containing multiple cells.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cells ⇒ Array<String>
A list of a cell’s Amazon Resource Names (ARNs).
-
#recovery_group_arn ⇒ String
The Amazon Resource Name (ARN) for the recovery group.
-
#recovery_group_name ⇒ String
The name of the recovery group.
-
#tags ⇒ Hash<String,String>
The tags associated with the recovery group.
Instance Attribute Details
#cells ⇒ Array<String>
A list of a cell’s Amazon Resource Names (ARNs).
1109 1110 1111 1112 1113 1114 1115 1116 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) for the recovery group.
1109 1110 1111 1112 1113 1114 1115 1116 |
# File '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_name ⇒ String
The name of the recovery group.
1109 1110 1111 1112 1113 1114 1115 1116 |
# File '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 |
#tags ⇒ Hash<String,String>
The tags associated with the recovery group.
1109 1110 1111 1112 1113 1114 1115 1116 |
# File '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 |