Class: Aws::Route53RecoveryReadiness::Types::NLBResource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53recoveryreadiness/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

Instance Attribute Details

#arnString

The Network Load Balancer resource Amazon Resource Name (ARN).

Returns:

  • (String)


998
999
1000
1001
1002
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 998

class NLBResource < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end