Class: Aws::Pager::NullPager Private
- Inherits:
-
Object
- Object
- Aws::Pager::NullPager
- 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
- #limit_key ⇒ nil readonly private
Instance Method Summary collapse
- #next_tokens ⇒ Object private
- #prev_tokens ⇒ Object private
- #truncated?(response) ⇒ Boolean private
Instance Attribute Details
#limit_key ⇒ nil (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.
62 63 64 |
# File 'lib/aws-sdk-core/pager.rb', line 62 def limit_key @limit_key end |
Instance Method Details
#next_tokens ⇒ Object
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.
64 65 66 |
# File 'lib/aws-sdk-core/pager.rb', line 64 def next_tokens {} end |
#prev_tokens ⇒ Object
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.
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.
72 73 74 |
# File 'lib/aws-sdk-core/pager.rb', line 72 def truncated?(response) false end |