Class: Aws::DatabaseMigrationService::Types::ModifyInstanceProfileResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DatabaseMigrationService::Types::ModifyInstanceProfileResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-databasemigrationservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #instance_profile  ⇒ Types::InstanceProfile 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The instance profile that was modified.
 
Instance Attribute Details
#instance_profile ⇒ Types::InstanceProfile
The instance profile that was modified.
      8059 8060 8061 8062 8063  | 
    
      # File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8059 class ModifyInstanceProfileResponse < Struct.new( :instance_profile) SENSITIVE = [] include Aws::Structure end  |