Struct aws_sdk_storagegateway::input::DescribeTapeArchivesInput [−][src]
#[non_exhaustive]pub struct DescribeTapeArchivesInput {
pub tape_ar_ns: Option<Vec<String>>,
pub marker: Option<String>,
pub limit: Option<i32>,
}
Expand description
DescribeTapeArchivesInput
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>>
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.
marker: Option<String>
An opaque string that indicates the position at which to begin describing virtual tapes.
limit: Option<i32>
Specifies that the number of virtual tapes described be limited to the specified number.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeTapeArchives, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeTapeArchives, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeTapeArchives
>
Creates a new builder-style object to manufacture DescribeTapeArchivesInput
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.
An opaque string that indicates the position at which to begin describing virtual 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 DescribeTapeArchivesInput
impl Send for DescribeTapeArchivesInput
impl Sync for DescribeTapeArchivesInput
impl Unpin for DescribeTapeArchivesInput
impl UnwindSafe for DescribeTapeArchivesInput
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