Class: Aws::Omics::Types::GetBatchRequest

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)


3008
3009
3010
3011
3012
# File 'lib/aws-sdk-omics/types.rb', line 3008

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