Class: Aws::MWAAServerless::Types::RunDetailSummary

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

Overview

Summary information about a workflow run's execution details, including status and timing information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_onTime

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

Returns:

  • (Time)


943
944
945
946
947
948
949
950
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 943

class RunDetailSummary < Struct.new(
  :status,
  :created_on,
  :started_at,
  :ended_at)
  SENSITIVE = []
  include Aws::Structure
end

#ended_atTime

The timestamp when the workflow run completed execution, in ISO 8601 date-time format. This value is null if the run is not complete.

Returns:

  • (Time)


943
944
945
946
947
948
949
950
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 943

class RunDetailSummary < Struct.new(
  :status,
  :created_on,
  :started_at,
  :ended_at)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

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

Returns:

  • (Time)


943
944
945
946
947
948
949
950
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 943

class RunDetailSummary < Struct.new(
  :status,
  :created_on,
  :started_at,
  :ended_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the workflow run.

Returns:

  • (String)


943
944
945
946
947
948
949
950
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 943

class RunDetailSummary < Struct.new(
  :status,
  :created_on,
  :started_at,
  :ended_at)
  SENSITIVE = []
  include Aws::Structure
end