class AWS::IAM::UserPolicyCollection

def initialize user, options = {}

Parameters:
  • user (User) -- The user that owns this collection.
def initialize user, options = {}
  @user = user
  super
end