Class: Aws::Omics::Types::CreateWorkflowResponse

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

The workflow’s ARN.

Returns:

  • (String)


1793
1794
1795
1796
1797
1798
1799
1800
1801
# File 'lib/aws-sdk-omics/types.rb', line 1793

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

#idString

The workflow’s ID.

Returns:

  • (String)


1793
1794
1795
1796
1797
1798
1799
1800
1801
# File 'lib/aws-sdk-omics/types.rb', line 1793

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

#statusString

The workflow’s status.

Returns:

  • (String)


1793
1794
1795
1796
1797
1798
1799
1800
1801
# File 'lib/aws-sdk-omics/types.rb', line 1793

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

#tagsHash<String,String>

The workflow’s tags.

Returns:

  • (Hash<String,String>)


1793
1794
1795
1796
1797
1798
1799
1800
1801
# File 'lib/aws-sdk-omics/types.rb', line 1793

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

#uuidString

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

Returns:

  • (String)


1793
1794
1795
1796
1797
1798
1799
1800
1801
# File 'lib/aws-sdk-omics/types.rb', line 1793

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