Class: Aws::Route53RecoveryReadiness::Types::NLBResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::NLBResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoveryreadiness/types.rb
Overview
The Network Load Balancer resource that a DNS target resource points to.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Network Load Balancer resource Amazon Resource Name (ARN).
Instance Attribute Details
#arn ⇒ String
The Network Load Balancer resource Amazon Resource Name (ARN).
998 999 1000 1001 1002 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 998 class NLBResource < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |