Struct aws_sdk_databrew::client::fluent_builders::ListRulesets
source · [−]pub struct ListRulesets<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to ListRulesets
.
List all rulesets available in the current account or rulesets associated with a specific resource (dataset).
Implementations
impl<C, M, R> ListRulesets<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListRulesets<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListRulesetsOutput, SdkError<ListRulesetsError>> where
R::Policy: SmithyRetryPolicy<ListRulesetsInputOperationOutputAlias, ListRulesetsOutput, ListRulesetsError, ListRulesetsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListRulesetsOutput, SdkError<ListRulesetsError>> where
R::Policy: SmithyRetryPolicy<ListRulesetsInputOperationOutputAlias, ListRulesetsOutput, ListRulesetsError, ListRulesetsInputOperationRetryAlias>,
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
.
The Amazon Resource Name (ARN) of a resource (dataset). Using this parameter indicates to return only those rulesets that are associated with the specified resource.
The Amazon Resource Name (ARN) of a resource (dataset). Using this parameter indicates to return only those rulesets that are associated with the specified resource.
The maximum number of results to return in this request.
The maximum number of results to return in this request.
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call.
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for ListRulesets<C, M, R>
impl<C, M, R> Unpin for ListRulesets<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for ListRulesets<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