Struct aws_sdk_backupgateway::operation::get_bandwidth_rate_limit_schedule::GetBandwidthRateLimitScheduleInput
source · #[non_exhaustive]pub struct GetBandwidthRateLimitScheduleInput { /* private fields */ }Implementations§
source§impl GetBandwidthRateLimitScheduleInput
impl GetBandwidthRateLimitScheduleInput
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.
source§impl GetBandwidthRateLimitScheduleInput
impl GetBandwidthRateLimitScheduleInput
sourcepub fn builder() -> GetBandwidthRateLimitScheduleInputBuilder
pub fn builder() -> GetBandwidthRateLimitScheduleInputBuilder
Creates a new builder-style object to manufacture GetBandwidthRateLimitScheduleInput.
source§impl GetBandwidthRateLimitScheduleInput
impl GetBandwidthRateLimitScheduleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetBandwidthRateLimitSchedule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetBandwidthRateLimitSchedule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetBandwidthRateLimitSchedule>
Trait Implementations§
source§impl Clone for GetBandwidthRateLimitScheduleInput
impl Clone for GetBandwidthRateLimitScheduleInput
source§fn clone(&self) -> GetBandwidthRateLimitScheduleInput
fn clone(&self) -> GetBandwidthRateLimitScheduleInput
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<GetBandwidthRateLimitScheduleInput> for GetBandwidthRateLimitScheduleInput
impl PartialEq<GetBandwidthRateLimitScheduleInput> for GetBandwidthRateLimitScheduleInput
source§fn eq(&self, other: &GetBandwidthRateLimitScheduleInput) -> bool
fn eq(&self, other: &GetBandwidthRateLimitScheduleInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.