class Aws::Pager
def initialize(options)
(**options)
-
:more_results
(String
) -- -
:limit_key
(String
) -- -
:tokens
(required, Hash
) --
def initialize(options) @tokens = options.fetch(:tokens) @limit_key = options.fetch(:limit_key, nil) @more_results = options.fetch(:more_results, nil) end