![]() |
![]()
| ![]() |
![]()
NAMEPaws::OpsWorks::InstancesCount USAGEThis 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 DESCRIPTIONDescribes how many instances a stack has for each status. ATTRIBUTESAssigning => IntThe number of instances in the Assigning state. Booting => IntThe number of instances with "booting" status. ConnectionLost => IntThe number of instances with "connection_lost" status. Deregistering => IntThe number of instances in the Deregistering state. Online => IntThe number of instances with "online" status. Pending => IntThe number of instances with "pending" status. Rebooting => IntThe number of instances with "rebooting" status. Registered => IntThe number of instances in the Registered state. Registering => IntThe number of instances in the Registering state. Requested => IntThe number of instances with "requested" status. RunningSetup => IntThe number of instances with "running_setup" status. SetupFailed => IntThe number of instances with "setup_failed" status. ShuttingDown => IntThe number of instances with "shutting_down" status. StartFailed => IntThe number of instances with "start_failed" status. StopFailed => IntThe number of instances with "stop_failed" status. Stopped => IntThe number of instances with "stopped" status. Stopping => IntThe number of instances with "stopping" status. Terminated => IntThe number of instances with "terminated" status. Terminating => IntThe number of instances with "terminating" status. Unassigning => IntThe number of instances in the Unassigning state. SEE ALSOThis class forms part of Paws, describing an object used in Paws::OpsWorks BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|