# File lib/fog/aws/requests/iam/list_instance_profiles_for_role.rb, line 40
        def list_instance_profiles_for_role(role_name,options={})
          request({
            'Action'    => 'ListInstanceProfilesForRole',
            'RoleName'  => role_name,
            :parser     => Fog::Parsers::AWS::IAM::ListInstanceProfiles.new
          }.merge!(options))
        end