Struct aws_sdk_databrew::input::ListRulesetsInput [−][src]
#[non_exhaustive]pub struct ListRulesetsInput {
pub target_arn: Option<String>,
pub max_results: Option<i32>,
pub next_token: Option<String>,
}
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.target_arn: Option<String>
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.
max_results: Option<i32>
The maximum number of results to return in this request.
next_token: Option<String>
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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRulesets, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRulesets, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListRulesets
>
Creates a new builder-style object to manufacture ListRulesetsInput
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.
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
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 ListRulesetsInput
impl Send for ListRulesetsInput
impl Sync for ListRulesetsInput
impl Unpin for ListRulesetsInput
impl UnwindSafe for ListRulesetsInput
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