# File lib/fog/aws/requests/iam/get_instance_profile.rb, line 31
        def get_instance_profile(instance_profile_name)
          request({
            'Action'    => 'GetInstanceProfile',
            'InstanceProfileName'  => instance_profile_name,
            :parser     => Fog::Parsers::AWS::IAM::InstanceProfile.new
          })
        end