Class: Aws::Omics::Types::GetBatchResponse

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

#arnString

The unique ARN of the run batch.

Returns:

  • (String)


3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3120

class GetBatchResponse < Struct.new(
  :id,
  :arn,
  :uuid,
  :name,
  :status,
  :tags,
  :total_runs,
  :default_run_setting,
  :submission_summary,
  :run_summary,
  :creation_time,
  :submitted_time,
  :processed_time,
  :failed_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The timestamp when the batch was created.

Returns:

  • (Time)


3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3120

class GetBatchResponse < Struct.new(
  :id,
  :arn,
  :uuid,
  :name,
  :status,
  :tags,
  :total_runs,
  :default_run_setting,
  :submission_summary,
  :run_summary,
  :creation_time,
  :submitted_time,
  :processed_time,
  :failed_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#default_run_settingTypes::DefaultRunSetting

The shared configuration applied to all runs in the batch. See DefaultRunSetting.



3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3120

class GetBatchResponse < Struct.new(
  :id,
  :arn,
  :uuid,
  :name,
  :status,
  :tags,
  :total_runs,
  :default_run_setting,
  :submission_summary,
  :run_summary,
  :creation_time,
  :submitted_time,
  :processed_time,
  :failed_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#failed_timeTime

The timestamp when the batch transitioned to a FAILED status.

Returns:

  • (Time)


3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3120

class GetBatchResponse < Struct.new(
  :id,
  :arn,
  :uuid,
  :name,
  :status,
  :tags,
  :total_runs,
  :default_run_setting,
  :submission_summary,
  :run_summary,
  :creation_time,
  :submitted_time,
  :processed_time,
  :failed_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

A description of the batch failure. Present only when status is FAILED.

Returns:

  • (String)


3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3120

class GetBatchResponse < Struct.new(
  :id,
  :arn,
  :uuid,
  :name,
  :status,
  :tags,
  :total_runs,
  :default_run_setting,
  :submission_summary,
  :run_summary,
  :creation_time,
  :submitted_time,
  :processed_time,
  :failed_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier portion of the run batch ARN.

Returns:

  • (String)


3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3120

class GetBatchResponse < Struct.new(
  :id,
  :arn,
  :uuid,
  :name,
  :status,
  :tags,
  :total_runs,
  :default_run_setting,
  :submission_summary,
  :run_summary,
  :creation_time,
  :submitted_time,
  :processed_time,
  :failed_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The optional user-friendly name of the batch.

Returns:

  • (String)


3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3120

class GetBatchResponse < Struct.new(
  :id,
  :arn,
  :uuid,
  :name,
  :status,
  :tags,
  :total_runs,
  :default_run_setting,
  :submission_summary,
  :run_summary,
  :creation_time,
  :submitted_time,
  :processed_time,
  :failed_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#processed_timeTime

The timestamp when all run executions completed.

Returns:

  • (Time)


3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3120

class GetBatchResponse < Struct.new(
  :id,
  :arn,
  :uuid,
  :name,
  :status,
  :tags,
  :total_runs,
  :default_run_setting,
  :submission_summary,
  :run_summary,
  :creation_time,
  :submitted_time,
  :processed_time,
  :failed_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#run_summaryTypes::RunSummary

A summary of run execution states. Run execution counts are eventually consistent and may lag behind actual run states. Final counts are accurate once the batch reaches PROCESSED status. See RunSummary.

Returns:



3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3120

class GetBatchResponse < Struct.new(
  :id,
  :arn,
  :uuid,
  :name,
  :status,
  :tags,
  :total_runs,
  :default_run_setting,
  :submission_summary,
  :run_summary,
  :creation_time,
  :submitted_time,
  :processed_time,
  :failed_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the run batch. Possible values: CREATING (initial setup), PENDING (ready to submit runs), SUBMITTING (submitting runs), INPROGRESS (runs executing), STOPPING (cancellation in progress), PROCESSED (all runs completed), CANCELLED (batch cancelled), FAILED (batch failed), RUNS_DELETING (deleting runs), RUNS_DELETE_FAILED (run deletion failed for some or all runs), RUNS_DELETED (runs deleted).

Returns:

  • (String)


3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3120

class GetBatchResponse < Struct.new(
  :id,
  :arn,
  :uuid,
  :name,
  :status,
  :tags,
  :total_runs,
  :default_run_setting,
  :submission_summary,
  :run_summary,
  :creation_time,
  :submitted_time,
  :processed_time,
  :failed_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#submission_summaryTypes::SubmissionSummary

A summary of run submission outcomes. See SubmissionSummary.



3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3120

class GetBatchResponse < Struct.new(
  :id,
  :arn,
  :uuid,
  :name,
  :status,
  :tags,
  :total_runs,
  :default_run_setting,
  :submission_summary,
  :run_summary,
  :creation_time,
  :submitted_time,
  :processed_time,
  :failed_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#submitted_timeTime

The timestamp when all run submissions completed.

Returns:

  • (Time)


3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3120

class GetBatchResponse < Struct.new(
  :id,
  :arn,
  :uuid,
  :name,
  :status,
  :tags,
  :total_runs,
  :default_run_setting,
  :submission_summary,
  :run_summary,
  :creation_time,
  :submitted_time,
  :processed_time,
  :failed_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Amazon Web Services tags associated with the run batch.

Returns:

  • (Hash<String,String>)


3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3120

class GetBatchResponse < Struct.new(
  :id,
  :arn,
  :uuid,
  :name,
  :status,
  :tags,
  :total_runs,
  :default_run_setting,
  :submission_summary,
  :run_summary,
  :creation_time,
  :submitted_time,
  :processed_time,
  :failed_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#total_runsInteger

The total number of runs in the batch.

Returns:

  • (Integer)


3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3120

class GetBatchResponse < Struct.new(
  :id,
  :arn,
  :uuid,
  :name,
  :status,
  :tags,
  :total_runs,
  :default_run_setting,
  :submission_summary,
  :run_summary,
  :creation_time,
  :submitted_time,
  :processed_time,
  :failed_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#uuidString

The universally unique identifier (UUID) for the run batch.

Returns:

  • (String)


3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3120

class GetBatchResponse < Struct.new(
  :id,
  :arn,
  :uuid,
  :name,
  :status,
  :tags,
  :total_runs,
  :default_run_setting,
  :submission_summary,
  :run_summary,
  :creation_time,
  :submitted_time,
  :processed_time,
  :failed_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end