Class: Aws::Types::VCpuCountRangeRequest
- Inherits:
-
Object
- Object
- Aws::Types::VCpuCountRangeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max ⇒ ::Integer
Returns the value of attribute max.
-
#min ⇒ ::Integer
Returns the value of attribute min.
Instance Attribute Details
#max ⇒ ::Integer
Returns the value of attribute max.
3022 3023 3024 |
# File 'sig/types.rbs', line 3022 def max @max end |
#min ⇒ ::Integer
Returns the value of attribute min.
3021 3022 3023 |
# File 'sig/types.rbs', line 3021 def min @min end |