Class: Aws::Types::FleetAmountCapability
- Inherits:
-
Object
- Object
- Aws::Types::FleetAmountCapability
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#max ⇒ ::Float
Returns the value of attribute max.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def max @max end |
#min ⇒ ::Float
Returns the value of attribute min.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def min @min end |
#name ⇒ ::String
Returns the value of attribute name.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def name @name end |