Class: Aws::Omics::Types::StartAnnotationImportResponse

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

#job_idString

The job’s ID.

Returns:

  • (String)


5823
5824
5825
5826
5827
# File 'lib/aws-sdk-omics/types.rb', line 5823

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