Class: Aws::Types::PremigrationAssessmentStatus

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_progressTypes::ReplicationTaskAssessmentRunProgress

Returns the value of attribute assessment_progress.



2257
2258
2259
# File 'sig/types.rbs', line 2257

def assessment_progress
  @assessment_progress
end

#fail_on_assessment_failureBoolean

Returns the value of attribute fail_on_assessment_failure.

Returns:

  • (Boolean)


2254
2255
2256
# File 'sig/types.rbs', line 2254

def fail_on_assessment_failure
  @fail_on_assessment_failure
end

#last_failure_message::String

Returns the value of attribute last_failure_message.

Returns:

  • (::String)


2258
2259
2260
# File 'sig/types.rbs', line 2258

def last_failure_message
  @last_failure_message
end

#premigration_assessment_run_arn::String

Returns the value of attribute premigration_assessment_run_arn.

Returns:

  • (::String)


2253
2254
2255
# File 'sig/types.rbs', line 2253

def premigration_assessment_run_arn
  @premigration_assessment_run_arn
end

#premigration_assessment_run_creation_date::Time

Returns the value of attribute premigration_assessment_run_creation_date.

Returns:

  • (::Time)


2256
2257
2258
# File 'sig/types.rbs', line 2256

def premigration_assessment_run_creation_date
  @premigration_assessment_run_creation_date
end

#result_encryption_mode::String

Returns the value of attribute result_encryption_mode.

Returns:

  • (::String)


2261
2262
2263
# File 'sig/types.rbs', line 2261

def result_encryption_mode
  @result_encryption_mode
end

#result_kms_key_arn::String

Returns the value of attribute result_kms_key_arn.

Returns:

  • (::String)


2262
2263
2264
# File 'sig/types.rbs', line 2262

def result_kms_key_arn
  @result_kms_key_arn
end

#result_location_bucket::String

Returns the value of attribute result_location_bucket.

Returns:

  • (::String)


2259
2260
2261
# File 'sig/types.rbs', line 2259

def result_location_bucket
  @result_location_bucket
end

#result_location_folder::String

Returns the value of attribute result_location_folder.

Returns:

  • (::String)


2260
2261
2262
# File 'sig/types.rbs', line 2260

def result_location_folder
  @result_location_folder
end

#result_statisticTypes::ReplicationTaskAssessmentRunResultStatistic

Returns the value of attribute result_statistic.



2263
2264
2265
# File 'sig/types.rbs', line 2263

def result_statistic
  @result_statistic
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


2255
2256
2257
# File 'sig/types.rbs', line 2255

def status
  @status
end