Module: Aws::Omics::Client::_GetAnnotationImportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAnnotationImportResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #annotation_fields ⇒ ::Hash[::String, ::String]
- #completion_time ⇒ ::Time
- #creation_time ⇒ ::Time
- #destination_name ⇒ ::String
- #format_options ⇒ Types::FormatOptions
- #id ⇒ ::String
- #items ⇒ ::Array[Types::AnnotationImportItemDetail]
- #role_arn ⇒ ::String
- #run_left_normalization ⇒ Boolean
- #status ⇒ "SUBMITTED", ...
- #status_message ⇒ ::String
- #update_time ⇒ ::Time
- #version_name ⇒ ::String
Instance Method Details
#annotation_fields ⇒ ::Hash[::String, ::String]
634 |
# File 'sig/client.rbs', line 634
def annotation_fields: () -> ::Hash[::String, ::String]
|
#completion_time ⇒ ::Time
630 |
# File 'sig/client.rbs', line 630
def completion_time: () -> ::Time
|
#creation_time ⇒ ::Time
628 |
# File 'sig/client.rbs', line 628
def creation_time: () -> ::Time
|
#destination_name ⇒ ::String
623 |
# File 'sig/client.rbs', line 623
def destination_name: () -> ::String
|
#format_options ⇒ Types::FormatOptions
633 |
# File 'sig/client.rbs', line 633
def format_options: () -> Types::FormatOptions
|
#id ⇒ ::String
622 |
# File 'sig/client.rbs', line 622
def id: () -> ::String
|
#items ⇒ ::Array[Types::AnnotationImportItemDetail]
631 |
# File 'sig/client.rbs', line 631
def items: () -> ::Array[Types::AnnotationImportItemDetail]
|
#role_arn ⇒ ::String
625 |
# File 'sig/client.rbs', line 625
def role_arn: () -> ::String
|
#run_left_normalization ⇒ Boolean
632 |
# File 'sig/client.rbs', line 632
def run_left_normalization: () -> bool
|
#status ⇒ "SUBMITTED", ...
626 |
# File 'sig/client.rbs', line 626
def status: () -> ("SUBMITTED" | "IN_PROGRESS" | "CANCELLED" | "COMPLETED" | "FAILED" | "COMPLETED_WITH_FAILURES")
|
#status_message ⇒ ::String
627 |
# File 'sig/client.rbs', line 627
def status_message: () -> ::String
|
#update_time ⇒ ::Time
629 |
# File 'sig/client.rbs', line 629
def update_time: () -> ::Time
|
#version_name ⇒ ::String
624 |
# File 'sig/client.rbs', line 624
def version_name: () -> ::String
|