Class: Aws::ElasticLoadBalancingV2::Types::DeleteLoadBalancerInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DeleteLoadBalancerInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Note:
When making an API call, you may pass DeleteLoadBalancerInput data as a hash:
{
load_balancer_arn: "LoadBalancerArn", # required
}
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.
1254 1255 1256 1257 1258 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1254 class DeleteLoadBalancerInput < Struct.new( :load_balancer_arn) SENSITIVE = [] include Aws::Structure end |