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.
6261 6262 6263 |
# File 'sig/types.rbs', line 6261 def creation_time @creation_time end |
#human_task_ui_arn ⇒ ::String
Returns the value of attribute human_task_ui_arn.
6260 6261 6262 |
# File 'sig/types.rbs', line 6260 def human_task_ui_arn @human_task_ui_arn end |
#human_task_ui_name ⇒ ::String
Returns the value of attribute human_task_ui_name.
6259 6260 6261 |
# File 'sig/types.rbs', line 6259 def human_task_ui_name @human_task_ui_name end |