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

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

Overview

Contains the response to a successful CreateInstanceProfile request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_profileTypes::InstanceProfile

A structure containing details about the new instance profile.



776
777
778
779
780
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 776

class CreateInstanceProfileResponse < Struct.new(
  :instance_profile)
  SENSITIVE = []
  include Aws::Structure
end