Class: Aws::ElasticLoadBalancing::Types::PolicyTypeDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::PolicyTypeDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Information about a policy type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the policy type.
-
#policy_attribute_type_descriptions ⇒ Array<Types::PolicyAttributeTypeDescription>
The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
-
#policy_type_name ⇒ String
The name of the policy type.
Instance Attribute Details
#description ⇒ String
A description of the policy type.
1653 1654 1655 1656 1657 1658 1659 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1653 class PolicyTypeDescription < Struct.new( :policy_type_name, :description, :policy_attribute_type_descriptions) SENSITIVE = [] include Aws::Structure end |
#policy_attribute_type_descriptions ⇒ Array<Types::PolicyAttributeTypeDescription>
The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
1653 1654 1655 1656 1657 1658 1659 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1653 class PolicyTypeDescription < Struct.new( :policy_type_name, :description, :policy_attribute_type_descriptions) SENSITIVE = [] include Aws::Structure end |
#policy_type_name ⇒ String
The name of the policy type.
1653 1654 1655 1656 1657 1658 1659 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1653 class PolicyTypeDescription < Struct.new( :policy_type_name, :description, :policy_attribute_type_descriptions) SENSITIVE = [] include Aws::Structure end |