Class: Aws::ElasticLoadBalancing::Types::DeleteLoadBalancerPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::DeleteLoadBalancerPolicyInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Contains the parameters for DeleteLoadBalancerPolicy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#load_balancer_name ⇒ String
The name of the load balancer.
-
#policy_name ⇒ String
The name of the policy.
Instance Attribute Details
#load_balancer_name ⇒ String
The name of the load balancer.
627 628 629 630 631 632 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 627 class DeleteLoadBalancerPolicyInput < Struct.new( :load_balancer_name, :policy_name) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The name of the policy.
627 628 629 630 631 632 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 627 class DeleteLoadBalancerPolicyInput < Struct.new( :load_balancer_name, :policy_name) SENSITIVE = [] include Aws::Structure end |