Class: Aws::Route53RecoveryReadiness::Types::GetResourceSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::GetResourceSetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoveryreadiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #resource_set_arn ⇒ String
- #resource_set_name ⇒ String
- #resource_set_type ⇒ String
- #resources ⇒ Array<Types::Resource>
-
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
Instance Attribute Details
#resource_set_arn ⇒ String
722 723 724 725 726 727 728 729 730 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 722 class GetResourceSetResponse < Struct.new( :resource_set_arn, :resource_set_name, :resource_set_type, :resources, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_set_name ⇒ String
722 723 724 725 726 727 728 729 730 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 722 class GetResourceSetResponse < Struct.new( :resource_set_arn, :resource_set_name, :resource_set_type, :resources, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_set_type ⇒ String
722 723 724 725 726 727 728 729 730 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 722 class GetResourceSetResponse < Struct.new( :resource_set_arn, :resource_set_name, :resource_set_type, :resources, :tags) SENSITIVE = [] include Aws::Structure end |
#resources ⇒ Array<Types::Resource>
722 723 724 725 726 727 728 729 730 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 722 class GetResourceSetResponse < Struct.new( :resource_set_arn, :resource_set_name, :resource_set_type, :resources, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
722 723 724 725 726 727 728 729 730 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 722 class GetResourceSetResponse < Struct.new( :resource_set_arn, :resource_set_name, :resource_set_type, :resources, :tags) SENSITIVE = [] include Aws::Structure end |