Class: Aws::Route53RecoveryReadiness::Types::UpdateRecoveryGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::UpdateRecoveryGroupResponse
- 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>
1444 1445 1446 1447 1448 1449 1450 1451 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1444 class UpdateRecoveryGroupResponse < Struct.new( :cells, :recovery_group_arn, :recovery_group_name, :tags) SENSITIVE = [] include Aws::Structure end |
#recovery_group_arn ⇒ String
1444 1445 1446 1447 1448 1449 1450 1451 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1444 class UpdateRecoveryGroupResponse < Struct.new( :cells, :recovery_group_arn, :recovery_group_name, :tags) SENSITIVE = [] include Aws::Structure end |
#recovery_group_name ⇒ String
1444 1445 1446 1447 1448 1449 1450 1451 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1444 class UpdateRecoveryGroupResponse < 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.
1444 1445 1446 1447 1448 1449 1450 1451 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1444 class UpdateRecoveryGroupResponse < Struct.new( :cells, :recovery_group_arn, :recovery_group_name, :tags) SENSITIVE = [] include Aws::Structure end |