Class: Aws::Types::DescribeHumanTaskUiResponse

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:



4427
4428
4429
# File 'sig/types.rbs', line 4427

def creation_time
  @creation_time
end

#human_task_ui_arn::String

Returns the value of attribute human_task_ui_arn.

Returns:



4424
4425
4426
# File 'sig/types.rbs', line 4424

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:



4425
4426
4427
# File 'sig/types.rbs', line 4425

def human_task_ui_name
  @human_task_ui_name
end

#human_task_ui_status"Active", "Deleting"

Returns the value of attribute human_task_ui_status.

Returns:



4426
4427
4428
# File 'sig/types.rbs', line 4426

def human_task_ui_status
  @human_task_ui_status
end

#ui_templateTypes::UiTemplateInfo

Returns the value of attribute ui_template.

Returns:



4428
4429
4430
# File 'sig/types.rbs', line 4428

def ui_template
  @ui_template
end