You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticLoadBalancing::Types::DeleteLoadBalancerPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::DeleteLoadBalancerPolicyInput
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteLoadBalancerPolicyInput as input to an Aws::Client method, you can use a vanilla Hash:
{
load_balancer_name: "AccessPointName", # required
policy_name: "PolicyName", # required
}
Contains the parameters for DeleteLoadBalancerPolicy.
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.
#policy_name ⇒ String
The name of the policy.