Struct aws_sdk_sagemaker::model::HumanTaskUiSummary [−][src]
#[non_exhaustive]pub struct HumanTaskUiSummary {
pub human_task_ui_name: Option<String>,
pub human_task_ui_arn: Option<String>,
pub creation_time: Option<DateTime>,
}
Expand description
Container for human task user interface information.
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_name: Option<String>
The name of the human task user interface.
human_task_ui_arn: Option<String>
The Amazon Resource Name (ARN) of the human task user interface.
creation_time: Option<DateTime>
A timestamp when SageMaker created the human task user interface.
Implementations
The name of the human task user interface.
The Amazon Resource Name (ARN) of the human task user interface.
A timestamp when SageMaker created the human task user interface.
Creates a new builder-style object to manufacture HumanTaskUiSummary
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 HumanTaskUiSummary
impl Send for HumanTaskUiSummary
impl Sync for HumanTaskUiSummary
impl Unpin for HumanTaskUiSummary
impl UnwindSafe for HumanTaskUiSummary
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