Class: Aws::CognitoIdentityProvider::Types::StringAttributeConstraintsType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

The constraints associated with a string attribute.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_lengthString

The maximum length.

Returns:

  • (String)


8057
8058
8059
8060
8061
8062
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8057

class StringAttributeConstraintsType < Struct.new(
  :min_length,
  :max_length)
  SENSITIVE = []
  include Aws::Structure
end

#min_lengthString

The minimum length.

Returns:

  • (String)


8057
8058
8059
8060
8061
8062
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8057

class StringAttributeConstraintsType < Struct.new(
  :min_length,
  :max_length)
  SENSITIVE = []
  include Aws::Structure
end