class Aws::CloudDirectory::Types::TypedLinkAttributeRange

Identifies the range of attributes that are used by a specified filter.

@note When making an API call, you may pass TypedLinkAttributeRange

data as a hash:

    {
      attribute_name: "AttributeName",
      range: { # required
        start_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
        start_value: {
          string_value: "StringAttributeValue",
          binary_value: "data",
          boolean_value: false,
          number_value: "NumberAttributeValue",
          datetime_value: Time.now,
        },
        end_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
        end_value: {
          string_value: "StringAttributeValue",
          binary_value: "data",
          boolean_value: false,
          number_value: "NumberAttributeValue",
          datetime_value: Time.now,
        },
      },
    }

@!attribute [rw] attribute_name

The unique name of the typed link attribute.
@return [String]

@!attribute [rw] range

The range of attribute values that are being selected.
@return [Types::TypedAttributeValueRange]

@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/TypedLinkAttributeRange AWS API Documentation

Constants

SENSITIVE