Struct aws_sdk_sagemaker::output::DescribeHumanTaskUiOutput [−][src]
#[non_exhaustive]pub struct DescribeHumanTaskUiOutput {
pub human_task_ui_arn: Option<String>,
pub human_task_ui_name: Option<String>,
pub human_task_ui_status: Option<HumanTaskUiStatus>,
pub creation_time: Option<Instant>,
pub ui_template: Option<UiTemplateInfo>,
}
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.human_task_ui_arn: Option<String>
The Amazon Resource Name (ARN) of the human task user interface (worker task template).
human_task_ui_name: Option<String>
The name of the human task user interface (worker task template).
human_task_ui_status: Option<HumanTaskUiStatus>
The status of the human task user interface (worker task template). Valid values are listed below.
creation_time: Option<Instant>
The timestamp when the human task user interface was created.
ui_template: Option<UiTemplateInfo>
Container for user interface template information.
Implementations
Creates a new builder-style object to manufacture DescribeHumanTaskUiOutput
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 DescribeHumanTaskUiOutput
impl Send for DescribeHumanTaskUiOutput
impl Sync for DescribeHumanTaskUiOutput
impl Unpin for DescribeHumanTaskUiOutput
impl UnwindSafe for DescribeHumanTaskUiOutput
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