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.
11712 11713 11714 11715 11716 11717 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11712 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.
11712 11713 11714 11715 11716 11717 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11712 class ReplicationTaskAssessmentRunProgress < Struct.new( :individual_assessment_count, :individual_assessment_completed_count) SENSITIVE = [] include Aws::Structure end |