#[non_exhaustive]pub struct PutBandwidthRateLimitScheduleInput { /* private fields */ }
Implementations§
source§impl PutBandwidthRateLimitScheduleInput
impl PutBandwidthRateLimitScheduleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutBandwidthRateLimitSchedule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutBandwidthRateLimitSchedule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutBandwidthRateLimitSchedule
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutBandwidthRateLimitScheduleInput
.
source§impl PutBandwidthRateLimitScheduleInput
impl PutBandwidthRateLimitScheduleInput
sourcepub fn gateway_arn(&self) -> Option<&str>
pub fn gateway_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
operation to return a list of gateways for your account and Amazon Web Services Region.
sourcepub fn bandwidth_rate_limit_intervals(
&self
) -> Option<&[BandwidthRateLimitInterval]>
pub fn bandwidth_rate_limit_intervals(
&self
) -> Option<&[BandwidthRateLimitInterval]>
An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.
Trait Implementations§
source§impl Clone for PutBandwidthRateLimitScheduleInput
impl Clone for PutBandwidthRateLimitScheduleInput
source§fn clone(&self) -> PutBandwidthRateLimitScheduleInput
fn clone(&self) -> PutBandwidthRateLimitScheduleInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<PutBandwidthRateLimitScheduleInput> for PutBandwidthRateLimitScheduleInput
impl PartialEq<PutBandwidthRateLimitScheduleInput> for PutBandwidthRateLimitScheduleInput
source§fn eq(&self, other: &PutBandwidthRateLimitScheduleInput) -> bool
fn eq(&self, other: &PutBandwidthRateLimitScheduleInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.