Class: Aws::Types::GetTaskInstanceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def run_id
  @run_id
end

#task_instance_id::String

Returns the value of attribute task_instance_id.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def task_instance_id
  @task_instance_id
end

#workflow_arn::String

Returns the value of attribute workflow_arn.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def workflow_arn
  @workflow_arn
end