Class: Aws::Route53RecoveryReadiness::Types::ResourceSetOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::ResourceSetOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoveryreadiness/types.rb
Overview
A collection of resources of the same type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_set_arn ⇒ String
The Amazon Resource Name (ARN) for the resource set.
-
#resource_set_name ⇒ String
The name of the resource set.
-
#resource_set_type ⇒ String
The resource type of the resources in the resource set.
-
#resources ⇒ Array<Types::Resource>
A list of resource objects.
-
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
Instance Attribute Details
#resource_set_arn ⇒ String
The Amazon Resource Name (ARN) for the resource set.
1226 1227 1228 1229 1230 1231 1232 1233 1234 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1226 class ResourceSetOutput < Struct.new( :resource_set_arn, :resource_set_name, :resource_set_type, :resources, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_set_name ⇒ String
The name of the resource set.
1226 1227 1228 1229 1230 1231 1232 1233 1234 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1226 class ResourceSetOutput < Struct.new( :resource_set_arn, :resource_set_name, :resource_set_type, :resources, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_set_type ⇒ String
The resource type of the resources in the resource set. Enter one of the following values for resource type:
AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, AWS::MSK::Cluster, AWS::RDS::DBCluster, AWS::Route53::HealthCheck, AWS::SQS::Queue, AWS::SNS::Topic, AWS::SNS::Subscription, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::Route53RecoveryReadiness::DNSTargetResource
1226 1227 1228 1229 1230 1231 1232 1233 1234 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1226 class ResourceSetOutput < Struct.new( :resource_set_arn, :resource_set_name, :resource_set_type, :resources, :tags) SENSITIVE = [] include Aws::Structure end |
#resources ⇒ Array<Types::Resource>
A list of resource objects.
1226 1227 1228 1229 1230 1231 1232 1233 1234 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1226 class ResourceSetOutput < 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.
1226 1227 1228 1229 1230 1231 1232 1233 1234 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1226 class ResourceSetOutput < Struct.new( :resource_set_arn, :resource_set_name, :resource_set_type, :resources, :tags) SENSITIVE = [] include Aws::Structure end |