Class: Aws::Types::DescribeHumanTaskUiResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeHumanTaskUiResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#human_task_ui_arn ⇒ ::String
Returns the value of attribute human_task_ui_arn.
-
#human_task_ui_name ⇒ ::String
Returns the value of attribute human_task_ui_name.
-
#human_task_ui_status ⇒ "Active", "Deleting"
Returns the value of attribute human_task_ui_status.
-
#ui_template ⇒ Types::UiTemplateInfo
Returns the value of attribute ui_template.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4427 4428 4429 |
# File 'sig/types.rbs', line 4427 def creation_time @creation_time end |
#human_task_ui_arn ⇒ ::String
Returns the value of attribute human_task_ui_arn.
4424 4425 4426 |
# File 'sig/types.rbs', line 4424 def human_task_ui_arn @human_task_ui_arn end |
#human_task_ui_name ⇒ ::String
Returns the value of attribute human_task_ui_name.
4425 4426 4427 |
# File 'sig/types.rbs', line 4425 def human_task_ui_name @human_task_ui_name end |
#human_task_ui_status ⇒ "Active", "Deleting"
Returns the value of attribute human_task_ui_status.
4426 4427 4428 |
# File 'sig/types.rbs', line 4426 def human_task_ui_status @human_task_ui_status end |
#ui_template ⇒ Types::UiTemplateInfo
Returns the value of attribute ui_template.
4428 4429 4430 |
# File 'sig/types.rbs', line 4428 def ui_template @ui_template end |