Class: Aws::DatabaseMigrationService::Types::ReplicationTaskAssessmentRunResultStatistic
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ReplicationTaskAssessmentRunResultStatistic
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
The object containing the result statistics for a completed assessment run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cancelled ⇒ Integer
The number of individual assessments that were cancelled during the assessment run.
-
#error ⇒ Integer
The number of individual assessments that encountered a critical error and could not complete properly.
-
#failed ⇒ Integer
The number of individual assessments that failed to meet the criteria defined in the assessment run.
-
#passed ⇒ Integer
The number of individual assessments that successfully passed all checks in the assessment run.
-
#warning ⇒ Integer
Indicates that the recent completed AssessmentRun triggered a warning.
Instance Attribute Details
#cancelled ⇒ Integer
The number of individual assessments that were cancelled during the assessment run.
11749 11750 11751 11752 11753 11754 11755 11756 11757 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11749 class ReplicationTaskAssessmentRunResultStatistic < Struct.new( :passed, :failed, :error, :warning, :cancelled) SENSITIVE = [] include Aws::Structure end |
#error ⇒ Integer
The number of individual assessments that encountered a critical error and could not complete properly.
11749 11750 11751 11752 11753 11754 11755 11756 11757 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11749 class ReplicationTaskAssessmentRunResultStatistic < Struct.new( :passed, :failed, :error, :warning, :cancelled) SENSITIVE = [] include Aws::Structure end |
#failed ⇒ Integer
The number of individual assessments that failed to meet the criteria defined in the assessment run.
11749 11750 11751 11752 11753 11754 11755 11756 11757 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11749 class ReplicationTaskAssessmentRunResultStatistic < Struct.new( :passed, :failed, :error, :warning, :cancelled) SENSITIVE = [] include Aws::Structure end |
#passed ⇒ Integer
The number of individual assessments that successfully passed all checks in the assessment run.
11749 11750 11751 11752 11753 11754 11755 11756 11757 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11749 class ReplicationTaskAssessmentRunResultStatistic < Struct.new( :passed, :failed, :error, :warning, :cancelled) SENSITIVE = [] include Aws::Structure end |
#warning ⇒ Integer
Indicates that the recent completed AssessmentRun triggered a warning.
11749 11750 11751 11752 11753 11754 11755 11756 11757 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11749 class ReplicationTaskAssessmentRunResultStatistic < Struct.new( :passed, :failed, :error, :warning, :cancelled) SENSITIVE = [] include Aws::Structure end |