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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


6259
6260
6261
# File 'sig/types.rbs', line 6259

def human_task_ui_name
  @human_task_ui_name
end