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")


604
605
606
# File 'sig/types.rbs', line 604

def status
  @status
end

#task_run_id::String

Returns the value of attribute task_run_id.

Returns:

  • (::String)


603
604
605
# File 'sig/types.rbs', line 603

def task_run_id
  @task_run_id
end

#transform_id::String

Returns the value of attribute transform_id.

Returns:

  • (::String)


602
603
604
# File 'sig/types.rbs', line 602

def transform_id
  @transform_id
end