Class: Aws::DatabaseMigrationService::Types::DeleteInstanceProfileMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DatabaseMigrationService::Types::DeleteInstanceProfileMessage
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #instance_profile_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the instance profile to delete. 
Instance Attribute Details
#instance_profile_identifier ⇒ String
The identifier of the instance profile to delete.
| 2274 2275 2276 2277 2278 | # File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2274 class DeleteInstanceProfileMessage < Struct.new( :instance_profile_identifier) SENSITIVE = [] include Aws::Structure end |