Class: Aws::DatabaseMigrationService::Types::ReplicationTaskAssessmentRunResultStatistic

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

Instance Attribute Details

#cancelledInteger

The number of individual assessments that were cancelled during the assessment run.

Returns:

  • (Integer)


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

#errorInteger

The number of individual assessments that encountered a critical error and could not complete properly.

Returns:

  • (Integer)


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

#failedInteger

The number of individual assessments that failed to meet the criteria defined in the assessment run.

Returns:

  • (Integer)


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

#passedInteger

The number of individual assessments that successfully passed all checks in the assessment run.

Returns:

  • (Integer)


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

#warningInteger

Indicates that the recent completed AssessmentRun triggered a warning.

Returns:

  • (Integer)


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