Class: Aws::Waiters::NullProvider Private
- 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
-
#initialize ⇒ NullProvider
constructor
private
A new instance of NullProvider.
Methods inherited from Provider
Constructor Details
#initialize ⇒ NullProvider
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 |