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

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

Overview

Information about a policy type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the policy type.

Returns:

  • (String)


1653
1654
1655
1656
1657
1658
1659
# File 'gems/aws-sdk-elasticloadbalancing/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_descriptionsArray<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 'gems/aws-sdk-elasticloadbalancing/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_nameString

The name of the policy type.

Returns:

  • (String)


1653
1654
1655
1656
1657
1658
1659
# File 'gems/aws-sdk-elasticloadbalancing/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