Class: Aws::Omics::Types::GetRunResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#acceleratorsString

The computational accelerator used to run the workflow.

Returns:

  • (String)


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

#arnString

The run's ARN.

Returns:

  • (String)


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_timeTime

When the run was created.

Returns:

  • (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

#definitionString

The run's definition.

Returns:

  • (String)


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

#digestString

The run's digest.

Returns:

  • (String)


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

#idString

The run's ID.

Returns:

  • (String)


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_levelString

The run's log level.

Returns:

  • (String)


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

#nameString

The run's name.

Returns:

  • (String)


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_uriString

The run's output URI.

Returns:

  • (String)


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

#parametersHash, ...

The run's parameters.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


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

#priorityInteger

The run's priority.

Returns:

  • (Integer)


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_digestsHash<String,String>

The run's resource digests.

Returns:

  • (Hash<String,String>)


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_modeString

The run's retention mode.

Returns:

  • (String)


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_arnString

The run's service role ARN.

Returns:

  • (String)


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_idString

The run's group ID.

Returns:

  • (String)


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_idString

The run's ID.

Returns:

  • (String)


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_timeTime

When the run started.

Returns:

  • (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

#started_byString

Who started the run.

Returns:

  • (String)


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

#statusString

The run's status.

Returns:

  • (String)


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_messageString

The run's status message.

Returns:

  • (String)


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_timeTime

The run's stop time.

Returns:

  • (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_capacityInteger

The run's storage capacity in gigabytes.

Returns:

  • (Integer)


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

#tagsHash<String,String>

The run's tags.

Returns:

  • (Hash<String,String>)


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_idString

The run's workflow ID.

Returns:

  • (String)


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_typeString

The run's workflow type.

Returns:

  • (String)


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