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.



9382
9383
9384
# File 'sig/types.rbs', line 9382

def enum
  @enum
end

#exclusive_maximum::Float

Returns the value of attribute exclusive_maximum.

Returns:

  • (::Float)


9380
9381
9382
# File 'sig/types.rbs', line 9380

def exclusive_maximum
  @exclusive_maximum
end

#exclusive_minimum::Float

Returns the value of attribute exclusive_minimum.

Returns:

  • (::Float)


9379
9380
9381
# File 'sig/types.rbs', line 9379

def exclusive_minimum
  @exclusive_minimum
end

#ignore_caseBoolean

Returns the value of attribute ignore_case.

Returns:

  • (Boolean)


9376
9377
9378
# File 'sig/types.rbs', line 9376

def ignore_case
  @ignore_case
end

#max_length::Integer

Returns the value of attribute max_length.

Returns:

  • (::Integer)


9373
9374
9375
# File 'sig/types.rbs', line 9373

def max_length
  @max_length
end

#max_values::Integer

Returns the value of attribute max_values.

Returns:

  • (::Integer)


9375
9376
9377
# File 'sig/types.rbs', line 9375

def max_values
  @max_values
end

#maximum::Float

Returns the value of attribute maximum.

Returns:

  • (::Float)


9378
9379
9380
# File 'sig/types.rbs', line 9378

def maximum
  @maximum
end

#min_length::Integer

Returns the value of attribute min_length.

Returns:

  • (::Integer)


9372
9373
9374
# File 'sig/types.rbs', line 9372

def min_length
  @min_length
end

#min_values::Integer

Returns the value of attribute min_values.

Returns:

  • (::Integer)


9374
9375
9376
# File 'sig/types.rbs', line 9374

def min_values
  @min_values
end

#minimum::Float

Returns the value of attribute minimum.

Returns:

  • (::Float)


9377
9378
9379
# File 'sig/types.rbs', line 9377

def minimum
  @minimum
end

#multiple_of::Float

Returns the value of attribute multiple_of.

Returns:

  • (::Float)


9381
9382
9383
# File 'sig/types.rbs', line 9381

def multiple_of
  @multiple_of
end