Class: Aws::Types::RenderUiTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::RenderUiTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#human_task_ui_arn ⇒ ::String
Returns the value of attribute human_task_ui_arn.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#task ⇒ Types::RenderableTask
Returns the value of attribute task.
-
#ui_template ⇒ Types::UiTemplate
Returns the value of attribute ui_template.
Instance Attribute Details
#human_task_ui_arn ⇒ ::String
Returns the value of attribute human_task_ui_arn.
10462 10463 10464 |
# File 'sig/types.rbs', line 10462 def human_task_ui_arn @human_task_ui_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
10461 10462 10463 |
# File 'sig/types.rbs', line 10461 def role_arn @role_arn end |
#task ⇒ Types::RenderableTask
Returns the value of attribute task.
10460 10461 10462 |
# File 'sig/types.rbs', line 10460 def task @task end |
#ui_template ⇒ Types::UiTemplate
Returns the value of attribute ui_template.
10459 10460 10461 |
# File 'sig/types.rbs', line 10459 def ui_template @ui_template end |