Class: Aws::Types::IntegerParameterConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#constraintsTypes::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.

Returns:

  • (::Integer)


1222
1223
1224
# File 'sig/types.rbs', line 1222

def default_value
  @default_value
end