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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_profileTypes::InstanceProfile

A structure containing details about the new instance profile.



839
840
841
842
843
# File 'lib/aws-sdk-iam/types.rb', line 839

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