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

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

Overview

Information about a policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_attribute_descriptionsArray<Types::PolicyAttributeDescription>

The policy attributes.



1622
1623
1624
1625
1626
1627
1628
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 1622

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

#policy_nameString

The name of the policy.

Returns:

  • (String)


1622
1623
1624
1625
1626
1627
1628
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 1622

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

#policy_type_nameString

The name of the policy type.

Returns:

  • (String)


1622
1623
1624
1625
1626
1627
1628
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 1622

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