pub struct DescribeAccelerators<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeAccelerators
.
Describes information over a provided set of accelerators belonging to an account.
Implementations
impl<C, M, R> DescribeAccelerators<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribeAccelerators<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribeAcceleratorsOutput, SdkError<DescribeAcceleratorsError>> where
R::Policy: SmithyRetryPolicy<DescribeAcceleratorsInputOperationOutputAlias, DescribeAcceleratorsOutput, DescribeAcceleratorsError, DescribeAcceleratorsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribeAcceleratorsOutput, SdkError<DescribeAcceleratorsError>> where
R::Policy: SmithyRetryPolicy<DescribeAcceleratorsInputOperationOutputAlias, DescribeAcceleratorsOutput, DescribeAcceleratorsError, DescribeAcceleratorsInputOperationRetryAlias>,
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.
Create a paginator for this request
Paginators are used by calling send().await
which returns a Stream
.
Appends an item to acceleratorIds
.
To override the contents of this collection use set_accelerator_ids
.
The IDs of the accelerators to describe.
The IDs of the accelerators to describe.
Appends an item to filters
.
To override the contents of this collection use set_filters
.
One or more filters. Filter names and values are case-sensitive. Valid filter names are: accelerator-types: can provide a list of accelerator type names to filter for. instance-id: can provide a list of EC2 instance ids to filter for.
One or more filters. Filter names and values are case-sensitive. Valid filter names are: accelerator-types: can provide a list of accelerator type names to filter for. instance-id: can provide a list of EC2 instance ids to filter for.
The total number of items to return in the command's output. If the total number of items available is more than the value specified, a NextToken is provided in the command's output. To resume pagination, provide the NextToken value in the starting-token argument of a subsequent command. Do not use the NextToken response element directly outside of the AWS CLI.
The total number of items to return in the command's output. If the total number of items available is more than the value specified, a NextToken is provided in the command's output. To resume pagination, provide the NextToken value in the starting-token argument of a subsequent command. Do not use the NextToken response element directly outside of the AWS CLI.
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for DescribeAccelerators<C, M, R>
impl<C, M, R> Send for DescribeAccelerators<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DescribeAccelerators<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DescribeAccelerators<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for DescribeAccelerators<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