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:

  • (::Time)


4410
4411
4412
# File 'sig/types.rbs', line 4410

def creation_time
  @creation_time
end

#human_task_ui_arn::String

Returns the value of attribute human_task_ui_arn.

Returns:

  • (::String)


4407
4408
4409
# File 'sig/types.rbs', line 4407

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)


4408
4409
4410
# File 'sig/types.rbs', line 4408

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:

  • ("Active", "Deleting")


4409
4410
4411
# File 'sig/types.rbs', line 4409

def human_task_ui_status
  @human_task_ui_status
end

#ui_templateTypes::UiTemplateInfo

Returns the value of attribute ui_template.



4411
4412
4413
# File 'sig/types.rbs', line 4411

def ui_template
  @ui_template
end