Method: Fog::Parsers::AWS::IAM::InstanceProfile#finished_instance_profile

Defined in:
lib/fog/aws/parsers/iam/instance_profile.rb

#finished_instance_profile(profile) ⇒ Object


16
17
18
# File 'lib/fog/aws/parsers/iam/instance_profile.rb', line 16

def finished_instance_profile(profile)
  @response['InstanceProfile'] = profile
end