Class: Aws::Types::ContainerServicePower
- Inherits:
-
Object
- Object
- Aws::Types::ContainerServicePower
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cpu_count ⇒ ::Float
Returns the value of attribute cpu_count.
-
#is_active ⇒ Boolean
Returns the value of attribute is_active.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#power_id ⇒ ::String
Returns the value of attribute power_id.
-
#price ⇒ ::Float
Returns the value of attribute price.
-
#ram_size_in_gb ⇒ ::Float
Returns the value of attribute ram_size_in_gb.
Instance Attribute Details
#cpu_count ⇒ ::Float
Returns the value of attribute cpu_count.
475 476 477 |
# File 'sig/types.rbs', line 475 def cpu_count @cpu_count end |
#is_active ⇒ Boolean
Returns the value of attribute is_active.
478 479 480 |
# File 'sig/types.rbs', line 478 def is_active @is_active end |
#name ⇒ ::String
Returns the value of attribute name.
477 478 479 |
# File 'sig/types.rbs', line 477 def name @name end |
#power_id ⇒ ::String
Returns the value of attribute power_id.
473 474 475 |
# File 'sig/types.rbs', line 473 def power_id @power_id end |
#price ⇒ ::Float
Returns the value of attribute price.
474 475 476 |
# File 'sig/types.rbs', line 474 def price @price end |
#ram_size_in_gb ⇒ ::Float
Returns the value of attribute ram_size_in_gb.
476 477 478 |
# File 'sig/types.rbs', line 476 def ram_size_in_gb @ram_size_in_gb end |