Class: Aws::Route53RecoveryReadiness::Types::UpdateRecoveryGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::UpdateRecoveryGroupResponse
- Defined in:
- gems/aws-sdk-route53recoveryreadiness/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>
1795 1796 1797 1798 1799 1800 1801 1802 |
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 1795 class UpdateRecoveryGroupResponse < Struct.new( :cells, :recovery_group_arn, :recovery_group_name, :tags) SENSITIVE = [] include Aws::Structure end |
#recovery_group_arn ⇒ String
1795 1796 1797 1798 1799 1800 1801 1802 |
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 1795 class UpdateRecoveryGroupResponse < Struct.new( :cells, :recovery_group_arn, :recovery_group_name, :tags) SENSITIVE = [] include Aws::Structure end |
#recovery_group_name ⇒ String
1795 1796 1797 1798 1799 1800 1801 1802 |
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 1795 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.
1795 1796 1797 1798 1799 1800 1801 1802 |
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 1795 class UpdateRecoveryGroupResponse < Struct.new( :cells, :recovery_group_arn, :recovery_group_name, :tags) SENSITIVE = [] include Aws::Structure end |