#[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() -> Builder
pub fn builder() -> Builder
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 ==
.