Class: Aws::Types::IntegerParameterConfig
- Inherits:
-
Object
- Object
- Aws::Types::IntegerParameterConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#constraints ⇒ Types::IntegerConstraints
Returns the value of attribute constraints.
-
#default_value ⇒ ::Integer
Returns the value of attribute default_value.
Instance Attribute Details
#constraints ⇒ Types::IntegerConstraints
Returns the value of attribute constraints.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def constraints @constraints end |
#default_value ⇒ ::Integer
Returns the value of attribute default_value.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def default_value @default_value end |