Struct aws_sdk_storagegateway::client::fluent_builders::DescribeTapes [−][src]
pub struct DescribeTapes<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to DescribeTapes
.
Returns a description of the specified Amazon Resource Name (ARN) of virtual tapes. If a
TapeARN
is not specified, returns a description of all virtual tapes
associated with the specified gateway. This operation is only supported in the tape gateway
type.
Implementations
impl<C, M, R> DescribeTapes<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribeTapes<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribeTapesOutput, SdkError<DescribeTapesError>> where
R::Policy: SmithyRetryPolicy<DescribeTapesInputOperationOutputAlias, DescribeTapesOutput, DescribeTapesError, DescribeTapesInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribeTapesOutput, SdkError<DescribeTapesError>> where
R::Policy: SmithyRetryPolicy<DescribeTapesInputOperationOutputAlias, DescribeTapesOutput, DescribeTapesError, DescribeTapesInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
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.
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.
Appends an item to TapeARNs
.
To override the contents of this collection use set_tape_ar_ns
.
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.
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.
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.
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.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for DescribeTapes<C, M, R>
impl<C, M, R> Unpin for DescribeTapes<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for DescribeTapes<C, M, R>
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