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.
7726 7727 7728 7729 7730 7731 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7726 class StringAttributeConstraintsType < Struct.new( :min_length, :max_length) SENSITIVE = [] include Aws::Structure end |
#min_length ⇒ String
The minimum length.
7726 7727 7728 7729 7730 7731 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7726 class StringAttributeConstraintsType < Struct.new( :min_length, :max_length) SENSITIVE = [] include Aws::Structure end |