Struct aws_sdk_sagemaker::input::DescribeHumanTaskUiInput
source · #[non_exhaustive]pub struct DescribeHumanTaskUiInput { /* private fields */ }
Implementations§
source§impl DescribeHumanTaskUiInput
impl DescribeHumanTaskUiInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeHumanTaskUi, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeHumanTaskUi, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeHumanTaskUi
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeHumanTaskUiInput
.
source§impl DescribeHumanTaskUiInput
impl DescribeHumanTaskUiInput
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) you want information about.
Trait Implementations§
source§impl Clone for DescribeHumanTaskUiInput
impl Clone for DescribeHumanTaskUiInput
source§fn clone(&self) -> DescribeHumanTaskUiInput
fn clone(&self) -> DescribeHumanTaskUiInput
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 DescribeHumanTaskUiInput
impl Debug for DescribeHumanTaskUiInput
source§impl PartialEq<DescribeHumanTaskUiInput> for DescribeHumanTaskUiInput
impl PartialEq<DescribeHumanTaskUiInput> for DescribeHumanTaskUiInput
source§fn eq(&self, other: &DescribeHumanTaskUiInput) -> bool
fn eq(&self, other: &DescribeHumanTaskUiInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.