Struct aws_sdk_xray::model::service_statistics::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ServiceStatistics
Implementations
The number of requests that completed with a 2xx Success status code.
The number of requests that completed with a 2xx Success status code.
Information about requests that failed with a 4xx Client Error status code.
Information about requests that failed with a 4xx Client Error status code.
Information about requests that failed with a 5xx Server Error status code.
Information about requests that failed with a 5xx Server Error status code.
The total number of completed requests.
The total number of completed requests.
The aggregate response time of completed requests.
The aggregate response time of completed requests.
Consumes the builder and constructs a ServiceStatistics
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