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

Class: Aws::CognitoIdentityProvider::Types::NumberAttributeConstraintsType

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

Overview

Note:

When passing NumberAttributeConstraintsType as input to an Aws::Client method, you can use a vanilla Hash:

{
  min_value: "StringType",
  max_value: "StringType",
}

The minimum and maximum value of an attribute that is of the number data type.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#max_valueString

The maximum value of an attribute that is of the number data type.

Returns:

  • (String)

    The maximum value of an attribute that is of the number data type.

#min_valueString

The minimum value of an attribute that is of the number data type.

Returns:

  • (String)

    The minimum value of an attribute that is of the number data type.