![]() |
![]()
| ![]() |
![]()
NAMEPaws::ElasticBeanstalk::StatusCodes 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::ElasticBeanstalk::StatusCodes object: $service_obj->Method(Att1 => { Status2xx => $value, ..., Status5xx => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ElasticBeanstalk::StatusCodes object: $result = $service_obj->Method(...); $result->Att1->Status2xx DESCRIPTIONRepresents the percentage of requests over the last 10 seconds that resulted in each type of status code response. For more information, see Status Code Definitions (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html). ATTRIBUTESStatus2xx => IntThe percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code. Status3xx => IntThe percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code. Status4xx => IntThe percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code. Status5xx => IntThe percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code. SEE ALSOThis class forms part of Paws, describing an object used in Paws::ElasticBeanstalk 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>
|