Class: Aws::ElasticLoadBalancing::Types::DeleteLoadBalancerPolicyInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb

Overview

Contains the parameters for DeleteLoadBalancerPolicy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_nameString

The name of the load balancer.

Returns:

  • (String)


627
628
629
630
631
632
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 627

class DeleteLoadBalancerPolicyInput < Struct.new(
  :load_balancer_name,
  :policy_name)
  SENSITIVE = []
  include Aws::Structure
end

#policy_nameString

The name of the policy.

Returns:

  • (String)


627
628
629
630
631
632
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 627

class DeleteLoadBalancerPolicyInput < Struct.new(
  :load_balancer_name,
  :policy_name)
  SENSITIVE = []
  include Aws::Structure
end