Struct aws_sdk_storagegateway::input::DescribeTapesInput [−][src]
#[non_exhaustive]pub struct DescribeTapesInput {
pub gateway_arn: Option<String>,
pub tape_ar_ns: Option<Vec<String>>,
pub marker: Option<String>,
pub limit: Option<i32>,
}
Expand description
DescribeTapesInput
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.
tape_ar_ns: Option<Vec<String>>
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, Tape gateway returns a description of all virtual tapes associated with the specified gateway.
marker: Option<String>
A marker value, obtained in a previous call to DescribeTapes
. This marker
indicates which page of results to retrieve.
If not specified, the first page of results is retrieved.
limit: Option<i32>
Specifies that the number of virtual tapes described be limited to the specified number.
Amazon Web Services may impose its own limit, if this field is not set.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeTapes, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeTapes, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeTapes
>
Creates a new builder-style object to manufacture DescribeTapesInput
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.
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, Tape gateway returns a description of all virtual tapes associated with the specified gateway.
A marker value, obtained in a previous call to DescribeTapes
. This marker
indicates which page of results to retrieve.
If not specified, the first page of results is retrieved.
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 DescribeTapesInput
impl Send for DescribeTapesInput
impl Sync for DescribeTapesInput
impl Unpin for DescribeTapesInput
impl UnwindSafe for DescribeTapesInput
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