Struct aws_sdk_devopsguru::client::fluent_builders::ListInsights
source · [−]pub struct ListInsights<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to ListInsights
.
Returns a list of insights in your Amazon Web Services account. You can specify which insights are returned by their start time and status (ONGOING
, CLOSED
, or ANY
).
Implementations
impl<C, M, R> ListInsights<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListInsights<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListInsightsOutput, SdkError<ListInsightsError>> where
R::Policy: SmithyRetryPolicy<ListInsightsInputOperationOutputAlias, ListInsightsOutput, ListInsightsError, ListInsightsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListInsightsOutput, SdkError<ListInsightsError>> where
R::Policy: SmithyRetryPolicy<ListInsightsInputOperationOutputAlias, ListInsightsOutput, ListInsightsError, ListInsightsInputOperationRetryAlias>,
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
.
A filter used to filter the returned insights by their status. You can specify one status filter.
A filter used to filter the returned insights by their status. You can specify one status filter.
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken
value.
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken
value.
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for ListInsights<C, M, R>
impl<C, M, R> Unpin for ListInsights<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for ListInsights<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