# File lib/aws/iam/group.rb, line 33
      def initialize(name, options = {})
        options[:name] = name
        super
      end