Class: Aws::Types::TextValidation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_length::Integer

Returns the value of attribute max_length.

Returns:

  • (::Integer)


2321
2322
2323
# File 'sig/types.rbs', line 2321

def max_length
  @max_length
end

#min_length::Integer

Returns the value of attribute min_length.

Returns:

  • (::Integer)


2320
2321
2322
# File 'sig/types.rbs', line 2320

def min_length
  @min_length
end

#pattern::String

Returns the value of attribute pattern.

Returns:

  • (::String)


2322
2323
2324
# File 'sig/types.rbs', line 2322

def pattern
  @pattern
end