Class: Aws::MWAAServerless::Types::DeleteWorkflowRequest

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 delete.

Returns:

  • (String)


265
266
267
268
269
270
# File 'lib/aws-sdk-mwaaserverless/types.rb', line 265

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

#workflow_versionString

Optional. The specific version of the workflow to delete. If not specified, all versions of the workflow are deleted.

Returns:

  • (String)


265
266
267
268
269
270
# File 'lib/aws-sdk-mwaaserverless/types.rb', line 265

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