Class: Aws::Types::MemoryGiBPerVCpuRequest
- Inherits:
-
Object
- Object
- Aws::Types::MemoryGiBPerVCpuRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max ⇒ ::Float
Returns the value of attribute max.
-
#min ⇒ ::Float
Returns the value of attribute min.
Instance Attribute Details
#max ⇒ ::Float
Returns the value of attribute max.
13152 13153 13154 |
# File 'sig/types.rbs', line 13152 def max @max end |
#min ⇒ ::Float
Returns the value of attribute min.
13151 13152 13153 |
# File 'sig/types.rbs', line 13151 def min @min end |