Class: Aws::CognitoIdentityProvider::Types::StringAttributeConstraintsType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::StringAttributeConstraintsType
- 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
-
#max_length ⇒ String
The maximum length.
-
#min_length ⇒ String
The minimum length.
Instance Attribute Details
#max_length ⇒ String
The maximum length.
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_length ⇒ String
The minimum length.
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 |