Class: Aws::ElasticLoadBalancingV2::Types::DescribeLoadBalancerAttributesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeLoadBalancerAttributesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#load_balancer_arn ⇒ String
The Amazon Resource Name (ARN) of the load balancer.
Instance Attribute Details
#load_balancer_arn ⇒ String
The Amazon Resource Name (ARN) of the load balancer.
1247 1248 1249 1250 1251 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1247 class DescribeLoadBalancerAttributesInput < Struct.new( :load_balancer_arn) SENSITIVE = [] include Aws::Structure end |