Class: Aws::Types::ConditionalValidation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_values ⇒ ::Array[::String]

Returns the value of attribute allowed_values.

Returns:

  • (::Array[::String])


107
108
109
# File 'sig/types.rbs', line 107

def allowed_values
  @allowed_values
end

#max_length ⇒ ::Integer

Returns the value of attribute max_length.

Returns:

  • (::Integer)


105
106
107
# File 'sig/types.rbs', line 105

def max_length
  @max_length
end

#min_length ⇒ ::Integer

Returns the value of attribute min_length.

Returns:

  • (::Integer)


104
105
106
# File 'sig/types.rbs', line 104

def min_length
  @min_length
end

#pattern ⇒ ::String

Returns the value of attribute pattern.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def pattern
  @pattern
end