Class: Aws::IAM::Types::CreateInstanceProfileResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IAM::Types::CreateInstanceProfileResponse
 
 
- 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_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.
      839 840 841 842 843  | 
    
      # File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 839 class CreateInstanceProfileResponse < Struct.new( :instance_profile) SENSITIVE = [] include Aws::Structure end  |