Class: Aws::IAM::Types::CreateInstanceProfileResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

Contains the response to a successful CreateInstanceProfile request.

Instance Attribute Summary collapse

Instance Attribute Details

#instance_profileTypes::InstanceProfile

A structure containing details about the new instance profile.



727
728
729
730
# File 'lib/aws-sdk-iam/types.rb', line 727

class CreateInstanceProfileResponse < Struct.new(
  :instance_profile)
  include Aws::Structure
end