Class: Aws::ElasticLoadBalancing::Types::DescribeLoadBalancerPolicyTypesInput

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

Overview

Contains the parameters for DescribeLoadBalancerPolicyTypes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_type_namesArray<String>

The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.

Returns:

  • (Array<String>)


865
866
867
868
869
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 865

class DescribeLoadBalancerPolicyTypesInput < Struct.new(
  :policy_type_names)
  SENSITIVE = []
  include Aws::Structure
end