Class: Aws::DatabaseMigrationService::Types::ReplicationTaskAssessmentRunProgress

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#individual_assessment_completed_countInteger

The number of individual assessments that have completed, successfully or not.

Returns:

  • (Integer)


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_countInteger

The number of individual assessments that are specified to run.

Returns:

  • (Integer)


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