Class: Aws::Types::CancelMLTaskRunResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status"STARTING", ...

Returns the value of attribute status.

Returns:

  • ("STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT")


600
601
602
# File 'sig/types.rbs', line 600

def status
  @status
end

#task_run_id::String

Returns the value of attribute task_run_id.

Returns:

  • (::String)


599
600
601
# File 'sig/types.rbs', line 599

def task_run_id
  @task_run_id
end

#transform_id::String

Returns the value of attribute transform_id.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def transform_id
  @transform_id
end