Class: Aws::Omics::Types::CreateWorkflowVersionResponse

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

#arnString

ARN of the workflow version.

Returns:

  • (String)


1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
# File 'lib/aws-sdk-omics/types.rb', line 1778

class CreateWorkflowVersionResponse < Struct.new(
  :arn,
  :workflow_id,
  :version_name,
  :status,
  :tags,
  :uuid)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The workflow version status.

Returns:

  • (String)


1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
# File 'lib/aws-sdk-omics/types.rb', line 1778

class CreateWorkflowVersionResponse < Struct.new(
  :arn,
  :workflow_id,
  :version_name,
  :status,
  :tags,
  :uuid)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The workflow version’s tags.

Returns:

  • (Hash<String,String>)


1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
# File 'lib/aws-sdk-omics/types.rb', line 1778

class CreateWorkflowVersionResponse < Struct.new(
  :arn,
  :workflow_id,
  :version_name,
  :status,
  :tags,
  :uuid)
  SENSITIVE = []
  include Aws::Structure
end

#uuidString

The universally unique identifier (UUID) value for this workflow version.

Returns:

  • (String)


1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
# File 'lib/aws-sdk-omics/types.rb', line 1778

class CreateWorkflowVersionResponse < Struct.new(
  :arn,
  :workflow_id,
  :version_name,
  :status,
  :tags,
  :uuid)
  SENSITIVE = []
  include Aws::Structure
end

#version_nameString

The workflow version name.

Returns:

  • (String)


1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
# File 'lib/aws-sdk-omics/types.rb', line 1778

class CreateWorkflowVersionResponse < Struct.new(
  :arn,
  :workflow_id,
  :version_name,
  :status,
  :tags,
  :uuid)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_idString

The workflow’s ID.

Returns:

  • (String)


1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
# File 'lib/aws-sdk-omics/types.rb', line 1778

class CreateWorkflowVersionResponse < Struct.new(
  :arn,
  :workflow_id,
  :version_name,
  :status,
  :tags,
  :uuid)
  SENSITIVE = []
  include Aws::Structure
end