class Aws::ElasticLoadBalancing::Types::PolicyAttributeTypeDescription

Information about a policy attribute type.

@!attribute [rw] attribute_name

The name of the attribute.
@return [String]

@!attribute [rw] attribute_type

The type of the attribute. For example, `Boolean` or `Integer`.
@return [String]

@!attribute [rw] description

A description of the attribute.
@return [String]

@!attribute [rw] default_value

The default value of the attribute, if applicable.
@return [String]

@!attribute [rw] cardinality

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
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancing-2012-06-01/PolicyAttributeTypeDescription AWS API Documentation

Constants

SENSITIVE