Class: Aws::Types::RenderUiTemplateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#human_task_ui_arn::String

Returns the value of attribute human_task_ui_arn.

Returns:

  • (::String)


10484
10485
10486
# File 'sig/types.rbs', line 10484

def human_task_ui_arn
  @human_task_ui_arn
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


10483
10484
10485
# File 'sig/types.rbs', line 10483

def role_arn
  @role_arn
end

#taskTypes::RenderableTask

Returns the value of attribute task.



10482
10483
10484
# File 'sig/types.rbs', line 10482

def task
  @task
end

#ui_templateTypes::UiTemplate

Returns the value of attribute ui_template.

Returns:



10481
10482
10483
# File 'sig/types.rbs', line 10481

def ui_template
  @ui_template
end