Class: Aws::Route53RecoveryReadiness::Types::TargetResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::TargetResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoveryreadiness/types.rb
Overview
The target resource that the Route 53 record points to.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#nlb_resource ⇒ Types::NLBResource
The Network Load Balancer Resource.
-
#r53_resource ⇒ Types::R53ResourceRecord
The Route 53 resource.
Instance Attribute Details
#nlb_resource ⇒ Types::NLBResource
The Network Load Balancer Resource.
1299 1300 1301 1302 1303 1304 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1299 class TargetResource < Struct.new( :nlb_resource, :r53_resource) SENSITIVE = [] include Aws::Structure end |
#r53_resource ⇒ Types::R53ResourceRecord
The Route 53 resource.
1299 1300 1301 1302 1303 1304 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1299 class TargetResource < Struct.new( :nlb_resource, :r53_resource) SENSITIVE = [] include Aws::Structure end |