Class: Aws::Omics::Types::CancelRunBatchRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batch_idString

The identifier portion of the run batch ARN.

Returns:

  • (String)


508
509
510
511
512
# File 'lib/aws-sdk-omics/types.rb', line 508

class CancelRunBatchRequest < Struct.new(
  :batch_id)
  SENSITIVE = []
  include Aws::Structure
end