Struct aws_sdk_sagemaker::output::ListHumanTaskUisOutput
source · [−]#[non_exhaustive]pub struct ListHumanTaskUisOutput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl ListHumanTaskUisOutput
impl ListHumanTaskUisOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListHumanTaskUisOutput.
Trait Implementations
sourceimpl Clone for ListHumanTaskUisOutput
impl Clone for ListHumanTaskUisOutput
sourcefn clone(&self) -> ListHumanTaskUisOutput
fn clone(&self) -> ListHumanTaskUisOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ListHumanTaskUisOutput
impl Debug for ListHumanTaskUisOutput
sourceimpl PartialEq<ListHumanTaskUisOutput> for ListHumanTaskUisOutput
impl PartialEq<ListHumanTaskUisOutput> for ListHumanTaskUisOutput
sourcefn eq(&self, other: &ListHumanTaskUisOutput) -> bool
fn eq(&self, other: &ListHumanTaskUisOutput) -> bool
impl StructuralPartialEq for ListHumanTaskUisOutput
Auto Trait Implementations
impl RefUnwindSafe for ListHumanTaskUisOutput
impl Send for ListHumanTaskUisOutput
impl Sync for ListHumanTaskUisOutput
impl Unpin for ListHumanTaskUisOutput
impl UnwindSafe for ListHumanTaskUisOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more