pub struct HumanTaskUiSummary {
pub creation_time: f64,
pub human_task_ui_arn: String,
pub human_task_ui_name: String,
}Expand description
Container for human task user interface information.
Fields§
§creation_time: f64A timestamp when SageMaker created the human task user interface.
human_task_ui_arn: StringThe Amazon Resource Name (ARN) of the human task user interface.
human_task_ui_name: StringThe name of the human task user interface.
Trait Implementations§
Source§impl Clone for HumanTaskUiSummary
impl Clone for HumanTaskUiSummary
Source§fn clone(&self) -> HumanTaskUiSummary
fn clone(&self) -> HumanTaskUiSummary
Returns a duplicate 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 HumanTaskUiSummary
impl Debug for HumanTaskUiSummary
Source§impl Default for HumanTaskUiSummary
impl Default for HumanTaskUiSummary
Source§fn default() -> HumanTaskUiSummary
fn default() -> HumanTaskUiSummary
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HumanTaskUiSummary
impl<'de> Deserialize<'de> for HumanTaskUiSummary
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for HumanTaskUiSummary
impl PartialEq for HumanTaskUiSummary
impl StructuralPartialEq for HumanTaskUiSummary
Auto Trait Implementations§
impl Freeze for HumanTaskUiSummary
impl RefUnwindSafe for HumanTaskUiSummary
impl Send for HumanTaskUiSummary
impl Sync for HumanTaskUiSummary
impl Unpin for HumanTaskUiSummary
impl UnwindSafe for HumanTaskUiSummary
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