Class: Aws::Types::WorkflowRunSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#run_detail_summaryTypes::RunDetailSummary

Returns the value of attribute run_detail_summary.



398
399
400
# File 'sig/types.rbs', line 398

def run_detail_summary
  @run_detail_summary
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


394
395
396
# File 'sig/types.rbs', line 394

def run_id
  @run_id
end

#run_type"ON_DEMAND", "SCHEDULED"

Returns the value of attribute run_type.

Returns:

  • ("ON_DEMAND", "SCHEDULED")


397
398
399
# File 'sig/types.rbs', line 397

def run_type
  @run_type
end

#workflow_arn::String

Returns the value of attribute workflow_arn.

Returns:

  • (::String)


395
396
397
# File 'sig/types.rbs', line 395

def workflow_arn
  @workflow_arn
end

#workflow_version::String

Returns the value of attribute workflow_version.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def workflow_version
  @workflow_version
end