class AWS::IAM::UserCollection

def each options = {}, &block

Returns:
  • (nil) -

Other tags:
    Yieldparam: user -

Options Hash: (**options)
  • :batch_size (Integer) -- The maximum number of users
  • :limit (Integer) -- The maximum number of users to yield.
  • :path_prefix (String) -- A path prefix that

Parameters:
  • options (Hash) --
def each options = {}, &block
  super(options, &block)
end