pub struct DescribeHumanTaskUiResponse {
pub creation_time: f64,
pub human_task_ui_arn: String,
pub human_task_ui_name: String,
pub human_task_ui_status: Option<String>,
pub ui_template: UiTemplateInfo,
}
Fields§
§creation_time: f64
The timestamp when the human task user interface was created.
human_task_ui_arn: String
The Amazon Resource Name (ARN) of the human task user interface (worker task template).
human_task_ui_name: String
The name of the human task user interface (worker task template).
human_task_ui_status: Option<String>
The status of the human task user interface (worker task template). Valid values are listed below.
ui_template: UiTemplateInfo
Trait Implementations§
Source§impl Clone for DescribeHumanTaskUiResponse
impl Clone for DescribeHumanTaskUiResponse
Source§fn clone(&self) -> DescribeHumanTaskUiResponse
fn clone(&self) -> DescribeHumanTaskUiResponse
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 DescribeHumanTaskUiResponse
impl Debug for DescribeHumanTaskUiResponse
Source§impl Default for DescribeHumanTaskUiResponse
impl Default for DescribeHumanTaskUiResponse
Source§fn default() -> DescribeHumanTaskUiResponse
fn default() -> DescribeHumanTaskUiResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeHumanTaskUiResponse
impl<'de> Deserialize<'de> for DescribeHumanTaskUiResponse
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
impl StructuralPartialEq for DescribeHumanTaskUiResponse
Auto Trait Implementations§
impl Freeze for DescribeHumanTaskUiResponse
impl RefUnwindSafe for DescribeHumanTaskUiResponse
impl Send for DescribeHumanTaskUiResponse
impl Sync for DescribeHumanTaskUiResponse
impl Unpin for DescribeHumanTaskUiResponse
impl UnwindSafe for DescribeHumanTaskUiResponse
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