Class: Aws::Types::HumanTaskUiSummary
- Inherits:
-
Object
- Object
- Aws::Types::HumanTaskUiSummary
- 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.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
6265 6266 6267 |
# File 'sig/types.rbs', line 6265 def creation_time @creation_time end |
#human_task_ui_arn ⇒ ::String
Returns the value of attribute human_task_ui_arn.
6264 6265 6266 |
# File 'sig/types.rbs', line 6264 def human_task_ui_arn @human_task_ui_arn end |
#human_task_ui_name ⇒ ::String
Returns the value of attribute human_task_ui_name.
6263 6264 6265 |
# File 'sig/types.rbs', line 6263 def human_task_ui_name @human_task_ui_name end |