Class: Aws::MWAAServerless::Types::GetWorkflowRequest

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

#workflow_arnString

The Amazon Resource Name (ARN) of the workflow you want to retrieve.

Returns:

  • (String)


444
445
446
447
448
449
# File 'lib/aws-sdk-mwaaserverless/types.rb', line 444

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

#workflow_versionString

Optional. The specific version of the workflow to retrieve. If not specified, the latest version is returned.

Returns:

  • (String)


444
445
446
447
448
449
# File 'lib/aws-sdk-mwaaserverless/types.rb', line 444

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