Class: Aws::Omics::Types::DeleteRunBatchRequest

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)


2359
2360
2361
2362
2363
# File 'lib/aws-sdk-omics/types.rb', line 2359

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