Struct aws_sdk_storagegateway::input::DeleteBandwidthRateLimitInput [−][src]
#[non_exhaustive]pub struct DeleteBandwidthRateLimitInput {
pub gateway_arn: Option<String>,
pub bandwidth_type: Option<String>,
}
Expand description
A JSON object containing the following fields:
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.gateway_arn: Option<String>
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.
bandwidth_type: Option<String>
One of the BandwidthType values that indicates the gateway bandwidth rate limit to delete.
Valid Values: UPLOAD
| DOWNLOAD
| ALL
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBandwidthRateLimit, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBandwidthRateLimit, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteBandwidthRateLimit
>
Creates a new builder-style object to manufacture DeleteBandwidthRateLimitInput
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.
One of the BandwidthType values that indicates the gateway bandwidth rate limit to delete.
Valid Values: UPLOAD
| DOWNLOAD
| ALL
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 Send for DeleteBandwidthRateLimitInput
impl Sync for DeleteBandwidthRateLimitInput
impl Unpin for DeleteBandwidthRateLimitInput
impl UnwindSafe for DeleteBandwidthRateLimitInput
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