Class: Aws::MWAAServerless::Types::StartWorkflowRunResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#run_idString

The unique identifier of the newly started workflow run.

Returns:

  • (String)


1071
1072
1073
1074
1075
1076
1077
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1071

class StartWorkflowRunResponse < Struct.new(
  :run_id,
  :status,
  :started_at)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

The timestamp when the workflow run was started, in ISO 8601 date-time format.

Returns:

  • (Time)


1071
1072
1073
1074
1075
1076
1077
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1071

class StartWorkflowRunResponse < Struct.new(
  :run_id,
  :status,
  :started_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The initial status of the workflow run. This is typically STARTING when you first create the run.

Returns:

  • (String)


1071
1072
1073
1074
1075
1076
1077
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1071

class StartWorkflowRunResponse < Struct.new(
  :run_id,
  :status,
  :started_at)
  SENSITIVE = []
  include Aws::Structure
end