Class: Aws::Pager::NullPager Private

Inherits:
Object
  • Object
show all
Defined in:
lib/aws-sdk-core/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 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:

  • (nil)


57
58
59
# File 'lib/aws-sdk-core/pager.rb', line 57

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.



59
60
61
# File 'lib/aws-sdk-core/pager.rb', line 59

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.



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

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:

  • (Boolean)


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

def truncated?(response)
  false
end