Class: Aws::ElasticLoadBalancing::Types::PolicyAttributeTypeDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::PolicyAttributeTypeDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Information about a policy attribute type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
The name of the attribute.
-
#attribute_type ⇒ String
The type of the attribute.
-
#cardinality ⇒ String
The cardinality of the attribute.
-
#default_value ⇒ String
The default value of the attribute, if applicable.
-
#description ⇒ String
A description of the attribute.
Instance Attribute Details
#attribute_name ⇒ String
The name of the attribute.
1596 1597 1598 1599 1600 1601 1602 1603 1604 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1596 class PolicyAttributeTypeDescription < Struct.new( :attribute_name, :attribute_type, :description, :default_value, :cardinality) SENSITIVE = [] include Aws::Structure end |
#attribute_type ⇒ String
The type of the attribute. For example, ‘Boolean` or `Integer`.
1596 1597 1598 1599 1600 1601 1602 1603 1604 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1596 class PolicyAttributeTypeDescription < Struct.new( :attribute_name, :attribute_type, :description, :default_value, :cardinality) SENSITIVE = [] include Aws::Structure end |
#cardinality ⇒ String
The cardinality of the attribute.
Valid values:
-
ONE(1) : Single value required
-
ZERO_OR_ONE(0..1) : Up to one value is allowed
-
ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
-
ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
1596 1597 1598 1599 1600 1601 1602 1603 1604 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1596 class PolicyAttributeTypeDescription < Struct.new( :attribute_name, :attribute_type, :description, :default_value, :cardinality) SENSITIVE = [] include Aws::Structure end |
#default_value ⇒ String
The default value of the attribute, if applicable.
1596 1597 1598 1599 1600 1601 1602 1603 1604 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1596 class PolicyAttributeTypeDescription < Struct.new( :attribute_name, :attribute_type, :description, :default_value, :cardinality) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the attribute.
1596 1597 1598 1599 1600 1601 1602 1603 1604 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1596 class PolicyAttributeTypeDescription < Struct.new( :attribute_name, :attribute_type, :description, :default_value, :cardinality) SENSITIVE = [] include Aws::Structure end |