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 booting
status.
ConnectionLost => Int
The number of instances with connection_lost
status.
Deregistering => Int
The number of instances in the Deregistering state.
Online => Int
The number of instances with online
status.
Pending => Int
The number of instances with pending
status.
Rebooting => Int
The number of instances with 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 requested
status.
RunningSetup => Int
The number of instances with running_setup
status.
SetupFailed => Int
The number of instances with setup_failed
status.
ShuttingDown => Int
The number of instances with shutting_down
status.
StartFailed => Int
The number of instances with start_failed
status.
StopFailed => Int
The number of instances with stop_failed
status.
Stopped => Int
The number of instances with stopped
status.
Stopping => Int
The number of instances with stopping
status.
Terminated => Int
The number of instances with terminated
status.
Terminating => Int
The number of instances with 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