class Aws::Lightsail::Types::ContainerServicePower
Describes the powers that can be specified for an Amazon Lightsail
container service.
The power specifies the amount of RAM, the number of vCPUs, and the base price of the container service.
@!attribute [rw] power_id
The ID of the power (e.g., `nano-1`). @return [String]
@!attribute [rw] price
The monthly price of the power in USD. @return [Float]
@!attribute [rw] cpu_count
The number of vCPUs included in the power. @return [Float]
@!attribute [rw] ram_size_in_gb
The amount of RAM (in GB) of the power. @return [Float]
@!attribute [rw] name
The friendly name of the power (e.g., `nano`). @return [String]
@!attribute [rw] is_active
A Boolean value indicating whether the power is active and can be specified for container services. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/ContainerServicePower AWS API Documentation
Constants
- SENSITIVE