Class: Aws::Types::PremigrationAssessmentStatus
- Inherits:
-
Object
- Object
- Aws::Types::PremigrationAssessmentStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_progress ⇒ Types::ReplicationTaskAssessmentRunProgress
Returns the value of attribute assessment_progress.
-
#fail_on_assessment_failure ⇒ Boolean
Returns the value of attribute fail_on_assessment_failure.
-
#last_failure_message ⇒ ::String
Returns the value of attribute last_failure_message.
-
#premigration_assessment_run_arn ⇒ ::String
Returns the value of attribute premigration_assessment_run_arn.
-
#premigration_assessment_run_creation_date ⇒ ::Time
Returns the value of attribute premigration_assessment_run_creation_date.
-
#result_encryption_mode ⇒ ::String
Returns the value of attribute result_encryption_mode.
-
#result_kms_key_arn ⇒ ::String
Returns the value of attribute result_kms_key_arn.
-
#result_location_bucket ⇒ ::String
Returns the value of attribute result_location_bucket.
-
#result_location_folder ⇒ ::String
Returns the value of attribute result_location_folder.
-
#result_statistic ⇒ Types::ReplicationTaskAssessmentRunResultStatistic
Returns the value of attribute result_statistic.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#assessment_progress ⇒ Types::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_failure ⇒ Boolean
Returns the value of attribute fail_on_assessment_failure.
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.
2258 2259 2260 |
# File 'sig/types.rbs', line 2258 def @last_failure_message end |
#premigration_assessment_run_arn ⇒ ::String
Returns the value of attribute premigration_assessment_run_arn.
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.
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.
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.
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.
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.
2260 2261 2262 |
# File 'sig/types.rbs', line 2260 def result_location_folder @result_location_folder end |
#result_statistic ⇒ Types::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.
2255 2256 2257 |
# File 'sig/types.rbs', line 2255 def status @status end |