class Aws::ECS::Types::Scale

A floating-point percentage of the desired number of tasks to place and keep running in the task set.

@note When making an API call, you may pass Scale

data as a hash:

    {
      value: 1.0,
      unit: "PERCENT", # accepts PERCENT
    }

@!attribute [rw] value

The value, specified as a percent total of a service's
`desiredCount`, to scale the task set. Accepted values are numbers
between 0 and 100.
@return [Float]

@!attribute [rw] unit

The unit of measure for the scale value.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/Scale AWS API Documentation

Constants

SENSITIVE