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