Class: Aws::Types::Validation
- Inherits:
-
Object
- Object
- Aws::Types::Validation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enum ⇒ Types::ValidationEnum
Returns the value of attribute enum.
-
#exclusive_maximum ⇒ ::Float
Returns the value of attribute exclusive_maximum.
-
#exclusive_minimum ⇒ ::Float
Returns the value of attribute exclusive_minimum.
-
#ignore_case ⇒ Boolean
Returns the value of attribute ignore_case.
-
#max_length ⇒ ::Integer
Returns the value of attribute max_length.
-
#max_values ⇒ ::Integer
Returns the value of attribute max_values.
-
#maximum ⇒ ::Float
Returns the value of attribute maximum.
-
#min_length ⇒ ::Integer
Returns the value of attribute min_length.
-
#min_values ⇒ ::Integer
Returns the value of attribute min_values.
-
#minimum ⇒ ::Float
Returns the value of attribute minimum.
-
#multiple_of ⇒ ::Float
Returns the value of attribute multiple_of.
Instance Attribute Details
#enum ⇒ Types::ValidationEnum
Returns the value of attribute enum.
9179 9180 9181 |
# File 'sig/types.rbs', line 9179 def enum @enum end |
#exclusive_maximum ⇒ ::Float
Returns the value of attribute exclusive_maximum.
9177 9178 9179 |
# File 'sig/types.rbs', line 9177 def exclusive_maximum @exclusive_maximum end |
#exclusive_minimum ⇒ ::Float
Returns the value of attribute exclusive_minimum.
9176 9177 9178 |
# File 'sig/types.rbs', line 9176 def exclusive_minimum @exclusive_minimum end |
#ignore_case ⇒ Boolean
Returns the value of attribute ignore_case.
9173 9174 9175 |
# File 'sig/types.rbs', line 9173 def ignore_case @ignore_case end |
#max_length ⇒ ::Integer
Returns the value of attribute max_length.
9170 9171 9172 |
# File 'sig/types.rbs', line 9170 def max_length @max_length end |
#max_values ⇒ ::Integer
Returns the value of attribute max_values.
9172 9173 9174 |
# File 'sig/types.rbs', line 9172 def max_values @max_values end |
#maximum ⇒ ::Float
Returns the value of attribute maximum.
9175 9176 9177 |
# File 'sig/types.rbs', line 9175 def maximum @maximum end |
#min_length ⇒ ::Integer
Returns the value of attribute min_length.
9169 9170 9171 |
# File 'sig/types.rbs', line 9169 def min_length @min_length end |
#min_values ⇒ ::Integer
Returns the value of attribute min_values.
9171 9172 9173 |
# File 'sig/types.rbs', line 9171 def min_values @min_values end |
#minimum ⇒ ::Float
Returns the value of attribute minimum.
9174 9175 9176 |
# File 'sig/types.rbs', line 9174 def minimum @minimum end |
#multiple_of ⇒ ::Float
Returns the value of attribute multiple_of.
9178 9179 9180 |
# File 'sig/types.rbs', line 9178 def multiple_of @multiple_of end |