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.
1354 1355 1356 1357 1358 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1354 class DescribeLoadBalancerAttributesInput < Struct.new( :load_balancer_arn) SENSITIVE = [] include Aws::Structure end |