Class: Aws::Paging::NullPager Private

Inherits:
Pager
  • Object
show all
Defined in:
lib/aws-sdk-core/paging/null_pager.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 Attribute Summary

Attributes inherited from Pager

#limit_key

Instance Method Summary collapse

Methods inherited from Pager

#prev_tokens

Constructor Details

#initializeNullPager

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 NullPager.



5
6
# File 'lib/aws-sdk-core/paging/null_pager.rb', line 5

def initialize
end

Instance Method Details

#next_tokens{}

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:

  • ({})


9
10
11
# File 'lib/aws-sdk-core/paging/null_pager.rb', line 9

def next_tokens
  {}
end

#truncated?(response) ⇒ false

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:

  • (false)


14
15
16
# File 'lib/aws-sdk-core/paging/null_pager.rb', line 14

def truncated?(response)
  false
end