Class: Aws::MWAAServerless::Types::GetWorkflowRunRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 workflow run to retrieve.

Returns:

  • (String)


560
561
562
563
564
565
# File 'lib/aws-sdk-mwaaserverless/types.rb', line 560

class GetWorkflowRunRequest < Struct.new(
  :workflow_arn,
  :run_id)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_arnString

The Amazon Resource Name (ARN) of the workflow that contains the run.

Returns:

  • (String)


560
561
562
563
564
565
# File 'lib/aws-sdk-mwaaserverless/types.rb', line 560

class GetWorkflowRunRequest < Struct.new(
  :workflow_arn,
  :run_id)
  SENSITIVE = []
  include Aws::Structure
end