Class: Aws::Omics::Waiters::WorkflowActive

Inherits:
Object
  • Object
show all
Defined in:
lib/aws-sdk-omics/waiters.rb,
sig/waiters.rbs

Overview

Wait until a workflow is active.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ WorkflowActive

Returns a new instance of WorkflowActive.

Parameters:

  • options (Hash)

Options Hash (options):

  • :client (required, Client)
  • :max_attempts (Integer) — default: 10
  • :delay (Integer) — default: 3
  • :before_attempt (Proc)
  • :before_wait (Proc)


1113
1114
# File 'lib/aws-sdk-omics/waiters.rb', line 1113

def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
| (?Hash[Symbol, untyped]) -> void

Instance Attribute Details

#waiterObject (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



1157
1158
1159
# File 'lib/aws-sdk-omics/waiters.rb', line 1157

def waiter
  @waiter
end

Instance Method Details

#wait(params = {}) ⇒ Types::GetWorkflowResponse

Returns a response object which responds to the following methods:

Options Hash (params):

  • :id (required, String)

    The workflow's ID.

  • :type (String)

    The workflow's type.

  • :export (Array<String>)

    The export format for the workflow.

  • :workflow_owner_id (String)

    The ID of the workflow owner.

Returns:



1152
# File 'lib/aws-sdk-omics/waiters.rb', line 1152

def wait: (