Class: Aws::IAM::Types::CreateInstanceProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::CreateInstanceProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful CreateInstanceProfile request.
Instance Attribute Summary collapse
-
#instance_profile ⇒ Types::InstanceProfile
A structure containing details about the new instance profile.
Instance Attribute Details
#instance_profile ⇒ Types::InstanceProfile
A structure containing details about the new instance profile.
823 824 825 826 |
# File 'lib/aws-sdk-iam/types.rb', line 823 class CreateInstanceProfileResponse < Struct.new( :instance_profile) include Aws::Structure end |