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)


6305
6306
6307
# File 'sig/types.rbs', line 6305

def creation_time
  @creation_time
end

#human_task_ui_arn::String

Returns the value of attribute human_task_ui_arn.

Returns:

  • (::String)


6304
6305
6306
# File 'sig/types.rbs', line 6304

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)


6303
6304
6305
# File 'sig/types.rbs', line 6303

def human_task_ui_name
  @human_task_ui_name
end