Class: Aws::Types::Validation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enumTypes::ValidationEnum

Returns the value of attribute enum.



9539
9540
9541
# File 'sig/types.rbs', line 9539

def enum
  @enum
end

#exclusive_maximum::Float

Returns the value of attribute exclusive_maximum.

Returns:

  • (::Float)


9537
9538
9539
# File 'sig/types.rbs', line 9537

def exclusive_maximum
  @exclusive_maximum
end

#exclusive_minimum::Float

Returns the value of attribute exclusive_minimum.

Returns:

  • (::Float)


9536
9537
9538
# File 'sig/types.rbs', line 9536

def exclusive_minimum
  @exclusive_minimum
end

#ignore_caseBoolean

Returns the value of attribute ignore_case.

Returns:

  • (Boolean)


9533
9534
9535
# File 'sig/types.rbs', line 9533

def ignore_case
  @ignore_case
end

#max_length::Integer

Returns the value of attribute max_length.

Returns:

  • (::Integer)


9530
9531
9532
# File 'sig/types.rbs', line 9530

def max_length
  @max_length
end

#max_values::Integer

Returns the value of attribute max_values.

Returns:

  • (::Integer)


9532
9533
9534
# File 'sig/types.rbs', line 9532

def max_values
  @max_values
end

#maximum::Float

Returns the value of attribute maximum.

Returns:

  • (::Float)


9535
9536
9537
# File 'sig/types.rbs', line 9535

def maximum
  @maximum
end

#min_length::Integer

Returns the value of attribute min_length.

Returns:

  • (::Integer)


9529
9530
9531
# File 'sig/types.rbs', line 9529

def min_length
  @min_length
end

#min_values::Integer

Returns the value of attribute min_values.

Returns:

  • (::Integer)


9531
9532
9533
# File 'sig/types.rbs', line 9531

def min_values
  @min_values
end

#minimum::Float

Returns the value of attribute minimum.

Returns:

  • (::Float)


9534
9535
9536
# File 'sig/types.rbs', line 9534

def minimum
  @minimum
end

#multiple_of::Float

Returns the value of attribute multiple_of.

Returns:

  • (::Float)


9538
9539
9540
# File 'sig/types.rbs', line 9538

def multiple_of
  @multiple_of
end