Module: Aws::Omics::Client::_GetBatchResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBatchResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #default_run_setting ⇒ Types::DefaultRunSetting
- #failed_time ⇒ ::Time
- #failure_reason ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #processed_time ⇒ ::Time
- #run_summary ⇒ Types::RunSummary
- #status ⇒ "CREATING", ...
- #submission_summary ⇒ Types::SubmissionSummary
- #submitted_time ⇒ ::Time
- #tags ⇒ ::Hash[::String, ::String]
- #total_runs ⇒ ::Integer
- #uuid ⇒ ::String
Instance Method Details
#arn ⇒ ::String
692 |
# File 'sig/client.rbs', line 692
def arn: () -> ::String
|
#creation_time ⇒ ::Time
701 |
# File 'sig/client.rbs', line 701
def creation_time: () -> ::Time
|
#default_run_setting ⇒ Types::DefaultRunSetting
698 |
# File 'sig/client.rbs', line 698
def default_run_setting: () -> Types::DefaultRunSetting
|
#failed_time ⇒ ::Time
704 |
# File 'sig/client.rbs', line 704
def failed_time: () -> ::Time
|
#failure_reason ⇒ ::String
705 |
# File 'sig/client.rbs', line 705
def failure_reason: () -> ::String
|
#id ⇒ ::String
691 |
# File 'sig/client.rbs', line 691
def id: () -> ::String
|
#name ⇒ ::String
694 |
# File 'sig/client.rbs', line 694
def name: () -> ::String
|
#processed_time ⇒ ::Time
703 |
# File 'sig/client.rbs', line 703
def processed_time: () -> ::Time
|
#run_summary ⇒ Types::RunSummary
700 |
# File 'sig/client.rbs', line 700
def run_summary: () -> Types::RunSummary
|
#status ⇒ "CREATING", ...
695 |
# File 'sig/client.rbs', line 695
def status: () -> ("CREATING" | "PENDING" | "SUBMITTING" | "INPROGRESS" | "STOPPING" | "CANCELLED" | "FAILED" | "PROCESSED" | "RUNS_DELETING" | "RUNS_DELETED")
|
#submission_summary ⇒ Types::SubmissionSummary
699 |
# File 'sig/client.rbs', line 699
def submission_summary: () -> Types::SubmissionSummary
|
#submitted_time ⇒ ::Time
702 |
# File 'sig/client.rbs', line 702
def submitted_time: () -> ::Time
|
#tags ⇒ ::Hash[::String, ::String]
696 |
# File 'sig/client.rbs', line 696
def tags: () -> ::Hash[::String, ::String]
|
#total_runs ⇒ ::Integer
697 |
# File 'sig/client.rbs', line 697
def total_runs: () -> ::Integer
|
#uuid ⇒ ::String
693 |
# File 'sig/client.rbs', line 693
def uuid: () -> ::String
|