Struct aws_sdk_apigateway::model::ThrottleSettings [−][src]
Expand description
The API request rate limits.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.burst_limit: i32
The API target request burst rate limit. This allows more requests through for a period of time than the target rate limit.
rate_limit: f64
The API target request rate limit.
Implementations
The API target request burst rate limit. This allows more requests through for a period of time than the target rate limit.
The API target request rate limit.
Creates a new builder-style object to manufacture ThrottleSettings
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ThrottleSettings
impl Send for ThrottleSettings
impl Sync for ThrottleSettings
impl Unpin for ThrottleSettings
impl UnwindSafe for ThrottleSettings
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