Class: Aws::Route53RecoveryReadiness::Types::CreateRecoveryGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::CreateRecoveryGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoveryreadiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #cells ⇒ Array<String>
- #recovery_group_arn ⇒ String
- #recovery_group_name ⇒ String
-
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
Instance Attribute Details
#cells ⇒ Array<String>
222 223 224 225 226 227 228 229 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 222 class CreateRecoveryGroupResponse < Struct.new( :cells, :recovery_group_arn, :recovery_group_name, :tags) SENSITIVE = [] include Aws::Structure end |
#recovery_group_arn ⇒ String
222 223 224 225 226 227 228 229 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 222 class CreateRecoveryGroupResponse < Struct.new( :cells, :recovery_group_arn, :recovery_group_name, :tags) SENSITIVE = [] include Aws::Structure end |
#recovery_group_name ⇒ String
222 223 224 225 226 227 228 229 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 222 class CreateRecoveryGroupResponse < Struct.new( :cells, :recovery_group_arn, :recovery_group_name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
222 223 224 225 226 227 228 229 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 222 class CreateRecoveryGroupResponse < Struct.new( :cells, :recovery_group_arn, :recovery_group_name, :tags) SENSITIVE = [] include Aws::Structure end |