Class: Aws::ElasticLoadBalancing::Types::DeleteAccessPointInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::DeleteAccessPointInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Contains the parameters for DeleteLoadBalancer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#load_balancer_name ⇒ String
The name of the load balancer.
Instance Attribute Details
#load_balancer_name ⇒ String
The name of the load balancer.
578 579 580 581 582 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 578 class DeleteAccessPointInput < Struct.new( :load_balancer_name) SENSITIVE = [] include Aws::Structure end |