Class: Aws::ElasticLoadBalancing::Types::PolicyDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::PolicyDescription
- 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
-
#policy_attribute_descriptions ⇒ Array<Types::PolicyAttributeDescription>
The policy attributes.
-
#policy_name ⇒ String
The name of the policy.
-
#policy_type_name ⇒ String
The name of the policy type.
Instance Attribute Details
#policy_attribute_descriptions ⇒ Array<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_name ⇒ String
The name of the policy.
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_name ⇒ String
The name of the policy type.
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 |