NAME
Paws::OpsWorks::InstancesCount
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::OpsWorks::InstancesCount object:
$service_obj->Method(Att1 => { Assigning => $value, ..., Unassigning => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::OpsWorks::InstancesCount object:
$result = $service_obj->Method(...);
$result->Att1->Assigning
DESCRIPTION
Describes how many instances a stack has for each status.
ATTRIBUTES
Assigning => Int
The number of instances in the Assigning state.
Booting => Int
The number of instances with C<booting> status.
ConnectionLost => Int
The number of instances with C<connection_lost> status.
Deregistering => Int
The number of instances in the Deregistering state.
Online => Int
The number of instances with C<online> status.
Pending => Int
The number of instances with C<pending> status.
Rebooting => Int
The number of instances with C<rebooting> status.
Registered => Int
The number of instances in the Registered state.
Registering => Int
The number of instances in the Registering state.
Requested => Int
The number of instances with C<requested> status.
RunningSetup => Int
The number of instances with C<running_setup> status.
SetupFailed => Int
The number of instances with C<setup_failed> status.
ShuttingDown => Int
The number of instances with C<shutting_down> status.
StartFailed => Int
The number of instances with C<start_failed> status.
Stopped => Int
The number of instances with C<stopped> status.
Stopping => Int
The number of instances with C<stopping> status.
Terminated => Int
The number of instances with C<terminated> status.
Terminating => Int
The number of instances with C<terminating> status.
Unassigning => Int
The number of instances in the Unassigning state.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::OpsWorks
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues