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)


6027
6028
6029
6030
6031
# File 'lib/aws-sdk-omics/types.rb', line 6027

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