Class: Aws::Omics::Types::StartAnnotationImportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::StartAnnotationImportResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The job’s ID.
Instance Attribute Details
#job_id ⇒ String
The job’s ID.
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 |