#[non_exhaustive]pub struct DescribeHumanTaskUiOutput { /* private fields */ }
Implementations§
source§impl DescribeHumanTaskUiOutput
impl DescribeHumanTaskUiOutput
sourcepub fn human_task_ui_arn(&self) -> Option<&str>
pub fn human_task_ui_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the human task user interface (worker task template).
sourcepub fn human_task_ui_name(&self) -> Option<&str>
pub fn human_task_ui_name(&self) -> Option<&str>
The name of the human task user interface (worker task template).
sourcepub fn human_task_ui_status(&self) -> Option<&HumanTaskUiStatus>
pub fn human_task_ui_status(&self) -> Option<&HumanTaskUiStatus>
The status of the human task user interface (worker task template). Valid values are listed below.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The timestamp when the human task user interface was created.
sourcepub fn ui_template(&self) -> Option<&UiTemplateInfo>
pub fn ui_template(&self) -> Option<&UiTemplateInfo>
Container for user interface template information.
source§impl DescribeHumanTaskUiOutput
impl DescribeHumanTaskUiOutput
sourcepub fn builder() -> DescribeHumanTaskUiOutputBuilder
pub fn builder() -> DescribeHumanTaskUiOutputBuilder
Creates a new builder-style object to manufacture DescribeHumanTaskUiOutput
.
Trait Implementations§
source§impl Clone for DescribeHumanTaskUiOutput
impl Clone for DescribeHumanTaskUiOutput
source§fn clone(&self) -> DescribeHumanTaskUiOutput
fn clone(&self) -> DescribeHumanTaskUiOutput
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 DescribeHumanTaskUiOutput
impl Debug for DescribeHumanTaskUiOutput
source§impl PartialEq<DescribeHumanTaskUiOutput> for DescribeHumanTaskUiOutput
impl PartialEq<DescribeHumanTaskUiOutput> for DescribeHumanTaskUiOutput
source§fn eq(&self, other: &DescribeHumanTaskUiOutput) -> bool
fn eq(&self, other: &DescribeHumanTaskUiOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeHumanTaskUiOutput
impl RequestId for DescribeHumanTaskUiOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DescribeHumanTaskUiOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeHumanTaskUiOutput
impl Send for DescribeHumanTaskUiOutput
impl Sync for DescribeHumanTaskUiOutput
impl Unpin for DescribeHumanTaskUiOutput
impl UnwindSafe for DescribeHumanTaskUiOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more