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)


2370
2371
2372
2373
2374
# File 'lib/aws-sdk-omics/types.rb', line 2370

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