# File lib/fog/aws/models/iam/access_keys.rb, line 9
        def initialize(attributes = {})
          @username = attributes[:username]
          super
        end