#[non_exhaustive]pub struct RenderUiTemplateInput { /* private fields */ }
Implementations§
source§impl RenderUiTemplateInput
impl RenderUiTemplateInput
sourcepub fn ui_template(&self) -> Option<&UiTemplate>
pub fn ui_template(&self) -> Option<&UiTemplate>
A Template
object containing the worker UI template to render.
sourcepub fn task(&self) -> Option<&RenderableTask>
pub fn task(&self) -> Option<&RenderableTask>
A RenderableTask
object containing a representative task to render.
sourcepub fn role_arn(&self) -> Option<&str>
pub fn role_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.
sourcepub fn human_task_ui_arn(&self) -> Option<&str>
pub fn human_task_ui_arn(&self) -> Option<&str>
The HumanTaskUiArn
of the worker UI that you want to render. Do not provide a HumanTaskUiArn
if you use the UiTemplate
parameter.
See a list of available Human Ui Amazon Resource Names (ARNs) in UiConfig
.
source§impl RenderUiTemplateInput
impl RenderUiTemplateInput
sourcepub fn builder() -> RenderUiTemplateInputBuilder
pub fn builder() -> RenderUiTemplateInputBuilder
Creates a new builder-style object to manufacture RenderUiTemplateInput
.
source§impl RenderUiTemplateInput
impl RenderUiTemplateInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RenderUiTemplate, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<RenderUiTemplate, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RenderUiTemplate
>
Trait Implementations§
source§impl Clone for RenderUiTemplateInput
impl Clone for RenderUiTemplateInput
source§fn clone(&self) -> RenderUiTemplateInput
fn clone(&self) -> RenderUiTemplateInput
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 RenderUiTemplateInput
impl Debug for RenderUiTemplateInput
source§impl PartialEq<RenderUiTemplateInput> for RenderUiTemplateInput
impl PartialEq<RenderUiTemplateInput> for RenderUiTemplateInput
source§fn eq(&self, other: &RenderUiTemplateInput) -> bool
fn eq(&self, other: &RenderUiTemplateInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.