Class: Aws::Types::StringAttributeConstraintsType

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_length::String

Returns the value of attribute max_length.

Returns:

  • (::String)


2080
2081
2082
# File 'sig/types.rbs', line 2080

def max_length
  @max_length
end

#min_length::String

Returns the value of attribute min_length.

Returns:

  • (::String)


2079
2080
2081
# File 'sig/types.rbs', line 2079

def min_length
  @min_length
end