Class: Aws::Omics::Types::GetWorkflowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetWorkflowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accelerators ⇒ String
The computational accelerator specified to run the workflow.
-
#arn ⇒ String
The workflow’s ARN.
-
#creation_time ⇒ Time
When the workflow was created.
-
#definition ⇒ String
The workflow’s definition.
-
#description ⇒ String
The workflow’s description.
-
#digest ⇒ String
The workflow’s digest.
-
#engine ⇒ String
The workflow’s engine.
-
#id ⇒ String
The workflow’s ID.
-
#main ⇒ String
The path of the main definition file for the workflow.
-
#metadata ⇒ Hash<String,String>
Gets metadata for workflow.
-
#name ⇒ String
The workflow’s name.
-
#parameter_template ⇒ Hash<String,Types::WorkflowParameter>
The workflow’s parameter template.
-
#status ⇒ String
The workflow’s status.
-
#status_message ⇒ String
The workflow’s status message.
-
#storage_capacity ⇒ Integer
The workflow’s default run storage capacity in gibibytes.
-
#tags ⇒ Hash<String,String>
The workflow’s tags.
-
#type ⇒ String
The workflow’s type.
Instance Attribute Details
#accelerators ⇒ String
The computational accelerator specified to run the workflow.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 |
# File 'lib/aws-sdk-omics/types.rb', line 3412 class GetWorkflowResponse < Struct.new( :arn, :id, :status, :type, :name, :description, :engine, :definition, :main, :digest, :parameter_template, :storage_capacity, :creation_time, :status_message, :tags, :metadata, :accelerators) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The workflow’s ARN.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 |
# File 'lib/aws-sdk-omics/types.rb', line 3412 class GetWorkflowResponse < Struct.new( :arn, :id, :status, :type, :name, :description, :engine, :definition, :main, :digest, :parameter_template, :storage_capacity, :creation_time, :status_message, :tags, :metadata, :accelerators) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the workflow was created.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 |
# File 'lib/aws-sdk-omics/types.rb', line 3412 class GetWorkflowResponse < Struct.new( :arn, :id, :status, :type, :name, :description, :engine, :definition, :main, :digest, :parameter_template, :storage_capacity, :creation_time, :status_message, :tags, :metadata, :accelerators) SENSITIVE = [] include Aws::Structure end |
#definition ⇒ String
The workflow’s definition.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 |
# File 'lib/aws-sdk-omics/types.rb', line 3412 class GetWorkflowResponse < Struct.new( :arn, :id, :status, :type, :name, :description, :engine, :definition, :main, :digest, :parameter_template, :storage_capacity, :creation_time, :status_message, :tags, :metadata, :accelerators) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The workflow’s description.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 |
# File 'lib/aws-sdk-omics/types.rb', line 3412 class GetWorkflowResponse < Struct.new( :arn, :id, :status, :type, :name, :description, :engine, :definition, :main, :digest, :parameter_template, :storage_capacity, :creation_time, :status_message, :tags, :metadata, :accelerators) SENSITIVE = [] include Aws::Structure end |
#digest ⇒ String
The workflow’s digest.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 |
# File 'lib/aws-sdk-omics/types.rb', line 3412 class GetWorkflowResponse < Struct.new( :arn, :id, :status, :type, :name, :description, :engine, :definition, :main, :digest, :parameter_template, :storage_capacity, :creation_time, :status_message, :tags, :metadata, :accelerators) SENSITIVE = [] include Aws::Structure end |
#engine ⇒ String
The workflow’s engine.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 |
# File 'lib/aws-sdk-omics/types.rb', line 3412 class GetWorkflowResponse < Struct.new( :arn, :id, :status, :type, :name, :description, :engine, :definition, :main, :digest, :parameter_template, :storage_capacity, :creation_time, :status_message, :tags, :metadata, :accelerators) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The workflow’s ID.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 |
# File 'lib/aws-sdk-omics/types.rb', line 3412 class GetWorkflowResponse < Struct.new( :arn, :id, :status, :type, :name, :description, :engine, :definition, :main, :digest, :parameter_template, :storage_capacity, :creation_time, :status_message, :tags, :metadata, :accelerators) SENSITIVE = [] include Aws::Structure end |
#main ⇒ String
The path of the main definition file for the workflow.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 |
# File 'lib/aws-sdk-omics/types.rb', line 3412 class GetWorkflowResponse < Struct.new( :arn, :id, :status, :type, :name, :description, :engine, :definition, :main, :digest, :parameter_template, :storage_capacity, :creation_time, :status_message, :tags, :metadata, :accelerators) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Hash<String,String>
Gets metadata for workflow.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 |
# File 'lib/aws-sdk-omics/types.rb', line 3412 class GetWorkflowResponse < Struct.new( :arn, :id, :status, :type, :name, :description, :engine, :definition, :main, :digest, :parameter_template, :storage_capacity, :creation_time, :status_message, :tags, :metadata, :accelerators) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The workflow’s name.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 |
# File 'lib/aws-sdk-omics/types.rb', line 3412 class GetWorkflowResponse < Struct.new( :arn, :id, :status, :type, :name, :description, :engine, :definition, :main, :digest, :parameter_template, :storage_capacity, :creation_time, :status_message, :tags, :metadata, :accelerators) SENSITIVE = [] include Aws::Structure end |
#parameter_template ⇒ Hash<String,Types::WorkflowParameter>
The workflow’s parameter template.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 |
# File 'lib/aws-sdk-omics/types.rb', line 3412 class GetWorkflowResponse < Struct.new( :arn, :id, :status, :type, :name, :description, :engine, :definition, :main, :digest, :parameter_template, :storage_capacity, :creation_time, :status_message, :tags, :metadata, :accelerators) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The workflow’s status.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 |
# File 'lib/aws-sdk-omics/types.rb', line 3412 class GetWorkflowResponse < Struct.new( :arn, :id, :status, :type, :name, :description, :engine, :definition, :main, :digest, :parameter_template, :storage_capacity, :creation_time, :status_message, :tags, :metadata, :accelerators) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The workflow’s status message.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 |
# File 'lib/aws-sdk-omics/types.rb', line 3412 class GetWorkflowResponse < Struct.new( :arn, :id, :status, :type, :name, :description, :engine, :definition, :main, :digest, :parameter_template, :storage_capacity, :creation_time, :status_message, :tags, :metadata, :accelerators) SENSITIVE = [] include Aws::Structure end |
#storage_capacity ⇒ Integer
The workflow’s default run storage capacity in gibibytes.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 |
# File 'lib/aws-sdk-omics/types.rb', line 3412 class GetWorkflowResponse < Struct.new( :arn, :id, :status, :type, :name, :description, :engine, :definition, :main, :digest, :parameter_template, :storage_capacity, :creation_time, :status_message, :tags, :metadata, :accelerators) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The workflow’s tags.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 |
# File 'lib/aws-sdk-omics/types.rb', line 3412 class GetWorkflowResponse < Struct.new( :arn, :id, :status, :type, :name, :description, :engine, :definition, :main, :digest, :parameter_template, :storage_capacity, :creation_time, :status_message, :tags, :metadata, :accelerators) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The workflow’s type.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 |
# File 'lib/aws-sdk-omics/types.rb', line 3412 class GetWorkflowResponse < Struct.new( :arn, :id, :status, :type, :name, :description, :engine, :definition, :main, :digest, :parameter_template, :storage_capacity, :creation_time, :status_message, :tags, :metadata, :accelerators) SENSITIVE = [] include Aws::Structure end |