Module: Aws::Omics::Client::_GetVariantImportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetVariantImportResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #annotation_fields ⇒ ::Hash[::String, ::String]
- #completion_time ⇒ ::Time
- #creation_time ⇒ ::Time
- #destination_name ⇒ ::String
- #id ⇒ ::String
- #items ⇒ ::Array[Types::VariantImportItemDetail]
- #role_arn ⇒ ::String
- #run_left_normalization ⇒ Boolean
- #status ⇒ "SUBMITTED", ...
- #status_message ⇒ ::String
- #update_time ⇒ ::Time
Instance Method Details
#annotation_fields ⇒ ::Hash[::String, ::String]
1065 |
# File 'sig/client.rbs', line 1065
def annotation_fields: () -> ::Hash[::String, ::String]
|
#completion_time ⇒ ::Time
1062 |
# File 'sig/client.rbs', line 1062
def completion_time: () -> ::Time
|
#creation_time ⇒ ::Time
1060 |
# File 'sig/client.rbs', line 1060
def creation_time: () -> ::Time
|
#destination_name ⇒ ::String
1056 |
# File 'sig/client.rbs', line 1056
def destination_name: () -> ::String
|
#id ⇒ ::String
1055 |
# File 'sig/client.rbs', line 1055
def id: () -> ::String
|
#items ⇒ ::Array[Types::VariantImportItemDetail]
1063 |
# File 'sig/client.rbs', line 1063
def items: () -> ::Array[Types::VariantImportItemDetail]
|
#role_arn ⇒ ::String
1057 |
# File 'sig/client.rbs', line 1057
def role_arn: () -> ::String
|
#run_left_normalization ⇒ Boolean
1064 |
# File 'sig/client.rbs', line 1064
def run_left_normalization: () -> bool
|
#status ⇒ "SUBMITTED", ...
1058 |
# File 'sig/client.rbs', line 1058
def status: () -> ("SUBMITTED" | "IN_PROGRESS" | "CANCELLED" | "COMPLETED" | "FAILED" | "COMPLETED_WITH_FAILURES")
|
#status_message ⇒ ::String
1059 |
# File 'sig/client.rbs', line 1059
def status_message: () -> ::String
|
#update_time ⇒ ::Time
1061 |
# File 'sig/client.rbs', line 1061
def update_time: () -> ::Time
|