Class: Aws::ElasticLoadBalancing::Types::PolicyTypeDescription

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

Overview

Information about a policy type.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the policy type.

Returns:

  • (String)


1840
1841
1842
1843
1844
1845
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1840

class PolicyTypeDescription < Struct.new(
  :policy_type_name,
  :description,
  :policy_attribute_type_descriptions)
  include Aws::Structure
end

#policy_attribute_type_descriptionsArray<Types::PolicyAttributeTypeDescription>

The description of the policy attributes associated with the policies defined by Elastic Load Balancing.



1840
1841
1842
1843
1844
1845
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1840

class PolicyTypeDescription < Struct.new(
  :policy_type_name,
  :description,
  :policy_attribute_type_descriptions)
  include Aws::Structure
end

#policy_type_nameString

The name of the policy type.

Returns:

  • (String)


1840
1841
1842
1843
1844
1845
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1840

class PolicyTypeDescription < Struct.new(
  :policy_type_name,
  :description,
  :policy_attribute_type_descriptions)
  include Aws::Structure
end