Class: Aws::Pager::NullPager Private

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

Overview

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.

API:

  • private

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#limit_keynil (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.

Returns:

API:

  • private



62
63
64
# File 'lib/aws-sdk-core/pager.rb', line 62

def limit_key
  @limit_key
end

Instance Method Details

#next_tokensObject

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.

API:

  • private



64
65
66
# File 'lib/aws-sdk-core/pager.rb', line 64

def next_tokens
  {}
end

#prev_tokensObject

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.

API:

  • private



68
69
70
# File 'lib/aws-sdk-core/pager.rb', line 68

def prev_tokens
  {}
end

#truncated?(response) ⇒ Boolean

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:

API:

  • private



72
73
74
# File 'lib/aws-sdk-core/pager.rb', line 72

def truncated?(response)
  false
end