Class: Aws::DatabaseMigrationService::Types::StartMetadataModelAssessmentResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DatabaseMigrationService::Types::StartMetadataModelAssessmentResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #request_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier for the assessment operation. 
Instance Attribute Details
#request_identifier ⇒ String
The identifier for the assessment operation.
| 13278 13279 13280 13281 13282 | # File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13278 class StartMetadataModelAssessmentResponse < Struct.new( :request_identifier) SENSITIVE = [] include Aws::Structure end |