Struct aws_sdk_sagemaker::output::ListHumanTaskUisOutput
source · #[non_exhaustive]pub struct ListHumanTaskUisOutput { /* private fields */ }
Implementations§
source§impl ListHumanTaskUisOutput
impl ListHumanTaskUisOutput
sourcepub fn human_task_ui_summaries(&self) -> Option<&[HumanTaskUiSummary]>
pub fn human_task_ui_summaries(&self) -> Option<&[HumanTaskUiSummary]>
An array of objects describing the human task user interfaces.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token to resume pagination.
source§impl ListHumanTaskUisOutput
impl ListHumanTaskUisOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListHumanTaskUisOutput
.
Trait Implementations§
source§impl Clone for ListHumanTaskUisOutput
impl Clone for ListHumanTaskUisOutput
source§fn clone(&self) -> ListHumanTaskUisOutput
fn clone(&self) -> ListHumanTaskUisOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ListHumanTaskUisOutput
impl Debug for ListHumanTaskUisOutput
source§impl PartialEq<ListHumanTaskUisOutput> for ListHumanTaskUisOutput
impl PartialEq<ListHumanTaskUisOutput> for ListHumanTaskUisOutput
source§fn eq(&self, other: &ListHumanTaskUisOutput) -> bool
fn eq(&self, other: &ListHumanTaskUisOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.