You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticLoadBalancing::Types::PolicyAttributeTypeDescription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about a policy attribute type.

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The name of the attribute.

Returns:

  • (String)

    The name of the attribute.

#attribute_typeString

The type of the attribute. For example, Boolean or Integer.

Returns:

  • (String)

    The type of the attribute.

#cardinalityString

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

Returns:

  • (String)

    The cardinality of the attribute.

#default_valueString

The default value of the attribute, if applicable.

Returns:

  • (String)

    The default value of the attribute, if applicable.

#descriptionString

A description of the attribute.

Returns:

  • (String)

    A description of the attribute.