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.



4596
4597
4598
4599
4600
4601
4602
4603
# File 'lib/aws-sdk-omics/types.rb', line 4596

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

#idString

The workflow's ID.



4596
4597
4598
4599
4600
4601
4602
4603
# File 'lib/aws-sdk-omics/types.rb', line 4596

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

#typeString

The workflow's type.



4596
4597
4598
4599
4600
4601
4602
4603
# File 'lib/aws-sdk-omics/types.rb', line 4596

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

#workflow_owner_idString

The ID of the workflow owner.



4596
4597
4598
4599
4600
4601
4602
4603
# File 'lib/aws-sdk-omics/types.rb', line 4596

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