Struct aws_sdk_sagemaker::input::ListDomainsInput [−][src]
#[non_exhaustive]pub struct ListDomainsInput {
pub next_token: Option<String>,
pub max_results: Option<i32>,
}
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.next_token: Option<String>
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
max_results: Option<i32>
Returns a list up to a specified limit.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDomains, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDomains, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListDomains
>
Creates a new builder-style object to manufacture ListDomainsInput
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
Returns a list up to a specified limit.
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 ListDomainsInput
impl Send for ListDomainsInput
impl Sync for ListDomainsInput
impl Unpin for ListDomainsInput
impl UnwindSafe for ListDomainsInput
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