Class: Aws::Omics::Types::WorkflowListItem

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

Overview

A workflow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The workflow's ARN.

Returns:

  • (String)


6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
6802
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6791

class WorkflowListItem < Struct.new(
  :arn,
  :id,
  :name,
  :status,
  :type,
  :digest,
  :creation_time,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

When the workflow was created.

Returns:

  • (Time)


6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
6802
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6791

class WorkflowListItem < Struct.new(
  :arn,
  :id,
  :name,
  :status,
  :type,
  :digest,
  :creation_time,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#digestString

The workflow's digest.

Returns:

  • (String)


6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
6802
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6791

class WorkflowListItem < Struct.new(
  :arn,
  :id,
  :name,
  :status,
  :type,
  :digest,
  :creation_time,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The workflow's ID.

Returns:

  • (String)


6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
6802
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6791

class WorkflowListItem < Struct.new(
  :arn,
  :id,
  :name,
  :status,
  :type,
  :digest,
  :creation_time,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#metadataHash<String,String>

Any metadata available for workflow. The information listed may vary depending on the workflow, and there may also be no metadata to return.

Returns:

  • (Hash<String,String>)


6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
6802
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6791

class WorkflowListItem < Struct.new(
  :arn,
  :id,
  :name,
  :status,
  :type,
  :digest,
  :creation_time,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The workflow's name.

Returns:

  • (String)


6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
6802
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6791

class WorkflowListItem < Struct.new(
  :arn,
  :id,
  :name,
  :status,
  :type,
  :digest,
  :creation_time,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The workflow's status.

Returns:

  • (String)


6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
6802
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6791

class WorkflowListItem < Struct.new(
  :arn,
  :id,
  :name,
  :status,
  :type,
  :digest,
  :creation_time,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The workflow's type.

Returns:

  • (String)


6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
6802
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6791

class WorkflowListItem < Struct.new(
  :arn,
  :id,
  :name,
  :status,
  :type,
  :digest,
  :creation_time,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end