Class: Aws::ElasticLoadBalancing::Types::DescribeLoadBalancerPoliciesInput

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

Overview

Contains the parameters for DescribeLoadBalancerPolicies.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_nameString

The name of the load balancer.

Returns:

  • (String)


835
836
837
838
839
840
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 835

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

#policy_namesArray<String>

The names of the policies.

Returns:

  • (Array<String>)


835
836
837
838
839
840
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 835

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