Class: Aws::ElasticLoadBalancingV2::Types::DeleteLoadBalancerInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DeleteLoadBalancerInput
- 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.
1060 1061 1062 1063 1064 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1060 class DeleteLoadBalancerInput < Struct.new( :load_balancer_arn) SENSITIVE = [] include Aws::Structure end |