Class: Aws::Types::IntegerConfigurationOptions
- Inherits:
-
Object
- Object
- Aws::Types::IntegerConfigurationOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value ⇒ ::Integer
Returns the value of attribute default_value.
-
#max ⇒ ::Integer
Returns the value of attribute max.
-
#min ⇒ ::Integer
Returns the value of attribute min.
Instance Attribute Details
#default_value ⇒ ::Integer
Returns the value of attribute default_value.
6262 6263 6264 |
# File 'sig/types.rbs', line 6262 def default_value @default_value end |
#max ⇒ ::Integer
Returns the value of attribute max.
6264 6265 6266 |
# File 'sig/types.rbs', line 6264 def max @max end |
#min ⇒ ::Integer
Returns the value of attribute min.
6263 6264 6265 |
# File 'sig/types.rbs', line 6263 def min @min end |