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.
4410 4411 4412 |
# File 'sig/types.rbs', line 4410 def creation_time @creation_time end |
#human_task_ui_arn ⇒ ::String
Returns the value of attribute human_task_ui_arn.
4407 4408 4409 |
# File 'sig/types.rbs', line 4407 def human_task_ui_arn @human_task_ui_arn end |
#human_task_ui_name ⇒ ::String
Returns the value of attribute human_task_ui_name.
4408 4409 4410 |
# File 'sig/types.rbs', line 4408 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.
4409 4410 4411 |
# File 'sig/types.rbs', line 4409 def human_task_ui_status @human_task_ui_status end |
#ui_template ⇒ Types::UiTemplateInfo
Returns the value of attribute ui_template.
4411 4412 4413 |
# File 'sig/types.rbs', line 4411 def ui_template @ui_template end |