Class: Aws::DatabaseMigrationService::Types::ReplicationTaskAssessmentRunProgress
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DatabaseMigrationService::Types::ReplicationTaskAssessmentRunProgress
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
The progress values reported by the ‘AssessmentProgress` response element.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #individual_assessment_completed_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of individual assessments that have completed, successfully or not. 
- 
  
    
      #individual_assessment_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of individual assessments that are specified to run. 
Instance Attribute Details
#individual_assessment_completed_count ⇒ Integer
The number of individual assessments that have completed, successfully or not.
| 11283 11284 11285 11286 11287 11288 | # File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11283 class ReplicationTaskAssessmentRunProgress < Struct.new( :individual_assessment_count, :individual_assessment_completed_count) SENSITIVE = [] include Aws::Structure end | 
#individual_assessment_count ⇒ Integer
The number of individual assessments that are specified to run.
| 11283 11284 11285 11286 11287 11288 | # File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11283 class ReplicationTaskAssessmentRunProgress < Struct.new( :individual_assessment_count, :individual_assessment_completed_count) SENSITIVE = [] include Aws::Structure end |