Struct aws_sdk_backupgateway::operation::get_bandwidth_rate_limit_schedule::GetBandwidthRateLimitScheduleOutput
source · #[non_exhaustive]pub struct GetBandwidthRateLimitScheduleOutput { /* private fields */ }Implementations§
source§impl GetBandwidthRateLimitScheduleOutput
impl GetBandwidthRateLimitScheduleOutput
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.
source§impl GetBandwidthRateLimitScheduleOutput
impl GetBandwidthRateLimitScheduleOutput
sourcepub fn builder() -> GetBandwidthRateLimitScheduleOutputBuilder
pub fn builder() -> GetBandwidthRateLimitScheduleOutputBuilder
Creates a new builder-style object to manufacture GetBandwidthRateLimitScheduleOutput.
Trait Implementations§
source§impl Clone for GetBandwidthRateLimitScheduleOutput
impl Clone for GetBandwidthRateLimitScheduleOutput
source§fn clone(&self) -> GetBandwidthRateLimitScheduleOutput
fn clone(&self) -> GetBandwidthRateLimitScheduleOutput
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<GetBandwidthRateLimitScheduleOutput> for GetBandwidthRateLimitScheduleOutput
impl PartialEq<GetBandwidthRateLimitScheduleOutput> for GetBandwidthRateLimitScheduleOutput
source§fn eq(&self, other: &GetBandwidthRateLimitScheduleOutput) -> bool
fn eq(&self, other: &GetBandwidthRateLimitScheduleOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetBandwidthRateLimitScheduleOutput
impl RequestId for GetBandwidthRateLimitScheduleOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.