class AWS::IAM::AccessKeyCollection

def initialize options = {}

Options Hash: (**options)
  • :user (User) -- If present, this collection will only

Parameters:
  • options (Hash) --
def initialize options = {}
  @user = options[:user]
  @user ? super(@user, options) : super(options)
end