Class: Aws::Route53RecoveryReadiness::Types::Resource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::Resource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoveryreadiness/types.rb
Overview
The resource element of a resource set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_id ⇒ String
The component identifier of the resource, generated when DNS target resource is used.
-
#dns_target_resource ⇒ Types::DNSTargetResource
The DNS target resource.
-
#readiness_scopes ⇒ Array<String>
A list of recovery group Amazon Resource Names (ARNs) and cell ARNs that this resource is contained within.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services resource.
Instance Attribute Details
#component_id ⇒ String
The component identifier of the resource, generated when DNS target resource is used.
1140 1141 1142 1143 1144 1145 1146 1147 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1140 class Resource < Struct.new( :component_id, :dns_target_resource, :readiness_scopes, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#dns_target_resource ⇒ Types::DNSTargetResource
The DNS target resource.
1140 1141 1142 1143 1144 1145 1146 1147 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1140 class Resource < Struct.new( :component_id, :dns_target_resource, :readiness_scopes, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#readiness_scopes ⇒ Array<String>
A list of recovery group Amazon Resource Names (ARNs) and cell ARNs that this resource is contained within.
1140 1141 1142 1143 1144 1145 1146 1147 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1140 class Resource < Struct.new( :component_id, :dns_target_resource, :readiness_scopes, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services resource.
1140 1141 1142 1143 1144 1145 1146 1147 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1140 class Resource < Struct.new( :component_id, :dns_target_resource, :readiness_scopes, :resource_arn) SENSITIVE = [] include Aws::Structure end |