Class: Aws::Types::StopWorkflowRunResponse

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)


301
302
303
# File 'sig/types.rbs', line 301

def run_id
  @run_id
end

#status"STARTING", ...

Returns the value of attribute status.

Returns:

  • ("STARTING", "QUEUED", "RUNNING", "SUCCESS", "FAILED", "TIMEOUT", "STOPPING", "STOPPED")


302
303
304
# File 'sig/types.rbs', line 302

def status
  @status
end

#workflow_arn::String

Returns the value of attribute workflow_arn.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def workflow_arn
  @workflow_arn
end

#workflow_version::String

Returns the value of attribute workflow_version.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def workflow_version
  @workflow_version
end