Struct aws_sdk_storagegateway::input::ListTapesInput [−][src]
#[non_exhaustive]pub struct ListTapesInput {
pub tape_ar_ns: Option<Vec<String>>,
pub marker: Option<String>,
pub limit: Option<i32>,
}
Expand description
A JSON object that contains one or more of 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.tape_ar_ns: Option<Vec<String>>
The Amazon Resource Name (ARN) of each of the tapes you want to list. If you don't specify a tape ARN, the response lists all tapes in both your VTL and VTS.
marker: Option<String>
A string that indicates the position at which to begin the returned list of tapes.
limit: Option<i32>
An optional number limit for the tapes in the list returned by this call.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTapes, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTapes, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListTapes
>
Creates a new builder-style object to manufacture ListTapesInput
The Amazon Resource Name (ARN) of each of the tapes you want to list. If you don't specify a tape ARN, the response lists all tapes in both your VTL and VTS.
A string that indicates the position at which to begin the returned list of tapes.
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 ListTapesInput
impl Send for ListTapesInput
impl Sync for ListTapesInput
impl Unpin for ListTapesInput
impl UnwindSafe for ListTapesInput
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