Class: Aws::Omics::Types::GetWorkflowRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-omics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exportArray<String>

The export format for the workflow.

Returns:

  • (Array<String>)


3126
3127
3128
3129
3130
3131
3132
3133
# File 'lib/aws-sdk-omics/types.rb', line 3126

class GetWorkflowRequest < Struct.new(
  :id,
  :type,
  :export,
  :workflow_owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The workflow’s ID.

Returns:

  • (String)


3126
3127
3128
3129
3130
3131
3132
3133
# File 'lib/aws-sdk-omics/types.rb', line 3126

class GetWorkflowRequest < Struct.new(
  :id,
  :type,
  :export,
  :workflow_owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The workflow’s type.

Returns:

  • (String)


3126
3127
3128
3129
3130
3131
3132
3133
# File 'lib/aws-sdk-omics/types.rb', line 3126

class GetWorkflowRequest < Struct.new(
  :id,
  :type,
  :export,
  :workflow_owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_owner_idString

The ID of the workflow owner.

Returns:

  • (String)


3126
3127
3128
3129
3130
3131
3132
3133
# File 'lib/aws-sdk-omics/types.rb', line 3126

class GetWorkflowRequest < Struct.new(
  :id,
  :type,
  :export,
  :workflow_owner_id)
  SENSITIVE = []
  include Aws::Structure
end