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.
3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/aws-sdk-omics/types.rb', line 3528 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.
3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/aws-sdk-omics/types.rb', line 3528 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.
3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/aws-sdk-omics/types.rb', line 3528 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.
3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/aws-sdk-omics/types.rb', line 3528 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.
3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/aws-sdk-omics/types.rb', line 3528 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.
3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/aws-sdk-omics/types.rb', line 3528 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.
3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/aws-sdk-omics/types.rb', line 3528 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.
3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/aws-sdk-omics/types.rb', line 3528 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.
3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/aws-sdk-omics/types.rb', line 3528 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.
3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/aws-sdk-omics/types.rb', line 3528 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.
3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/aws-sdk-omics/types.rb', line 3528 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.
3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/aws-sdk-omics/types.rb', line 3528 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.
3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/aws-sdk-omics/types.rb', line 3528 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.
3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/aws-sdk-omics/types.rb', line 3528 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.
3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/aws-sdk-omics/types.rb', line 3528 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.
3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/aws-sdk-omics/types.rb', line 3528 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.
3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/aws-sdk-omics/types.rb', line 3528 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 |