Class: Aws::Omics::Types::DeleteBatchRequest

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)


2309
2310
2311
2312
2313
# File 'lib/aws-sdk-omics/types.rb', line 2309

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