Class: Aws::Route53RecoveryReadiness::Types::GetRecoveryGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::GetRecoveryGroupResponse
- 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>
684 685 686 687 688 689 690 691 |
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 684 class GetRecoveryGroupResponse < Struct.new( :cells, :recovery_group_arn, :recovery_group_name, :tags) SENSITIVE = [] include Aws::Structure end |
#recovery_group_arn ⇒ String
684 685 686 687 688 689 690 691 |
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 684 class GetRecoveryGroupResponse < Struct.new( :cells, :recovery_group_arn, :recovery_group_name, :tags) SENSITIVE = [] include Aws::Structure end |
#recovery_group_name ⇒ String
684 685 686 687 688 689 690 691 |
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 684 class GetRecoveryGroupResponse < 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.
684 685 686 687 688 689 690 691 |
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 684 class GetRecoveryGroupResponse < Struct.new( :cells, :recovery_group_arn, :recovery_group_name, :tags) SENSITIVE = [] include Aws::Structure end |