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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/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)


5468
5469
5470
5471
5472
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5468

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