Class: Aws::Types::HumanTaskUiSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


6263
6264
6265
# File 'sig/types.rbs', line 6263

def human_task_ui_name
  @human_task_ui_name
end