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.

Returns:



9660
9661
9662
# File 'sig/types.rbs', line 9660

def enum
  @enum
end

#exclusive_maximum::Float

Returns the value of attribute exclusive_maximum.

Returns:



9658
9659
9660
# File 'sig/types.rbs', line 9658

def exclusive_maximum
  @exclusive_maximum
end

#exclusive_minimum::Float

Returns the value of attribute exclusive_minimum.

Returns:



9657
9658
9659
# File 'sig/types.rbs', line 9657

def exclusive_minimum
  @exclusive_minimum
end

#ignore_caseBoolean

Returns the value of attribute ignore_case.

Returns:



9654
9655
9656
# File 'sig/types.rbs', line 9654

def ignore_case
  @ignore_case
end

#max_length::Integer

Returns the value of attribute max_length.

Returns:



9651
9652
9653
# File 'sig/types.rbs', line 9651

def max_length
  @max_length
end

#max_values::Integer

Returns the value of attribute max_values.

Returns:



9653
9654
9655
# File 'sig/types.rbs', line 9653

def max_values
  @max_values
end

#maximum::Float

Returns the value of attribute maximum.

Returns:



9656
9657
9658
# File 'sig/types.rbs', line 9656

def maximum
  @maximum
end

#min_length::Integer

Returns the value of attribute min_length.

Returns:



9650
9651
9652
# File 'sig/types.rbs', line 9650

def min_length
  @min_length
end

#min_values::Integer

Returns the value of attribute min_values.

Returns:



9652
9653
9654
# File 'sig/types.rbs', line 9652

def min_values
  @min_values
end

#minimum::Float

Returns the value of attribute minimum.

Returns:



9655
9656
9657
# File 'sig/types.rbs', line 9655

def minimum
  @minimum
end

#multiple_of::Float

Returns the value of attribute multiple_of.

Returns:



9659
9660
9661
# File 'sig/types.rbs', line 9659

def multiple_of
  @multiple_of
end