Class: Aws::Omics::Types::GetRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetRunResponse
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accelerators ⇒ String
The computational accelerator used to run the workflow.
-
#arn ⇒ String
The run's ARN.
-
#creation_time ⇒ Time
When the run was created.
-
#definition ⇒ String
The run's definition.
-
#digest ⇒ String
The run's digest.
-
#id ⇒ String
The run's ID.
-
#log_level ⇒ String
The run's log level.
-
#name ⇒ String
The run's name.
-
#output_uri ⇒ String
The run's output URI.
-
#parameters ⇒ Hash, ...
The run's parameters.
-
#priority ⇒ Integer
The run's priority.
-
#resource_digests ⇒ Hash<String,String>
The run's resource digests.
-
#retention_mode ⇒ String
The run's retention mode.
-
#role_arn ⇒ String
The run's service role ARN.
-
#run_group_id ⇒ String
The run's group ID.
-
#run_id ⇒ String
The run's ID.
-
#start_time ⇒ Time
When the run started.
-
#started_by ⇒ String
Who started the run.
-
#status ⇒ String
The run's status.
-
#status_message ⇒ String
The run's status message.
-
#stop_time ⇒ Time
The run's stop time.
-
#storage_capacity ⇒ Integer
The run's storage capacity in gigabytes.
-
#tags ⇒ Hash<String,String>
The run's tags.
-
#workflow_id ⇒ String
The run's workflow ID.
-
#workflow_type ⇒ String
The run's workflow type.
Instance Attribute Details
#accelerators ⇒ String
The computational accelerator used to run the workflow.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The run's ARN.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the run was created.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |
#definition ⇒ String
The run's definition.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |
#digest ⇒ String
The run's digest.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The run's ID.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |
#log_level ⇒ String
The run's log level.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The run's name.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |
#output_uri ⇒ String
The run's output URI.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Hash, ...
The run's parameters.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The run's priority.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |
#resource_digests ⇒ Hash<String,String>
The run's resource digests.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |
#retention_mode ⇒ String
The run's retention mode.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The run's service role ARN.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |
#run_group_id ⇒ String
The run's group ID.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |
#run_id ⇒ String
The run's ID.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
When the run started.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |
#started_by ⇒ String
Who started the run.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The run's status.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The run's status message.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |
#stop_time ⇒ Time
The run's stop time.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |
#storage_capacity ⇒ Integer
The run's storage capacity in gigabytes.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The run's tags.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
The run's workflow ID.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |
#workflow_type ⇒ String
The run's workflow type.
2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2641 class GetRunResponse < Struct.new( :arn, :id, :status, :workflow_id, :workflow_type, :run_id, :role_arn, :name, :run_group_id, :priority, :definition, :digest, :parameters, :storage_capacity, :output_uri, :log_level, :resource_digests, :started_by, :creation_time, :start_time, :stop_time, :status_message, :tags, :accelerators, :retention_mode) SENSITIVE = [] include Aws::Structure end |