Class: Aws::ElasticLoadBalancing::Types::PolicyDescription

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

Overview

Information about a policy.

Instance Attribute Summary collapse

Instance Attribute Details

#policy_attribute_descriptionsArray<Types::PolicyAttributeDescription>

The policy attributes.



1814
1815
1816
1817
1818
1819
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1814

class PolicyDescription < Struct.new(
  :policy_name,
  :policy_type_name,
  :policy_attribute_descriptions)
  include Aws::Structure
end

#policy_nameString

The name of the policy.

Returns:

  • (String)


1814
1815
1816
1817
1818
1819
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1814

class PolicyDescription < Struct.new(
  :policy_name,
  :policy_type_name,
  :policy_attribute_descriptions)
  include Aws::Structure
end

#policy_type_nameString

The name of the policy type.

Returns:

  • (String)


1814
1815
1816
1817
1818
1819
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1814

class PolicyDescription < Struct.new(
  :policy_name,
  :policy_type_name,
  :policy_attribute_descriptions)
  include Aws::Structure
end