Struct aws_sdk_elasticbeanstalk::model::status_codes::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for StatusCodes
Implementations
The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.
The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.
The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.
The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.
The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.
The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.
The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code.
The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code.
Consumes the builder and constructs a StatusCodes
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more