Class: Aws::Waiters::NullProvider Private

Inherits:
Provider
  • Object
show all
Defined in:
lib/aws-sdk-core/waiters/null_provider.rb

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

Instance Method Summary collapse

Methods inherited from Provider

#waiter, #waiter_names

Constructor Details

#initializeNullProvider

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.

Returns a new instance of NullProvider.



6
7
8
# File 'lib/aws-sdk-core/waiters/null_provider.rb', line 6

def initialize
  super('waiters' => {})
end