Struct rusoto_dms::ReplicationTaskAssessmentRun[][src]

pub struct ReplicationTaskAssessmentRun {
    pub assessment_progress: Option<ReplicationTaskAssessmentRunProgress>,
    pub assessment_run_name: Option<String>,
    pub last_failure_message: Option<String>,
    pub replication_task_arn: Option<String>,
    pub replication_task_assessment_run_arn: Option<String>,
    pub replication_task_assessment_run_creation_date: Option<f64>,
    pub result_encryption_mode: Option<String>,
    pub result_kms_key_arn: Option<String>,
    pub result_location_bucket: Option<String>,
    pub result_location_folder: Option<String>,
    pub service_access_role_arn: Option<String>,
    pub status: Option<String>,
}
Expand description

Provides information that describes a premigration assessment run that you have started using the StartReplicationTaskAssessmentRun operation.

Some of the information appears based on other operations that can return the ReplicationTaskAssessmentRun object.

Fields

assessment_progress: Option<ReplicationTaskAssessmentRunProgress>

Indication of the completion progress for the individual assessments specified to run.

assessment_run_name: Option<String>

Unique name of the assessment run.

last_failure_message: Option<String>

Last message generated by an individual assessment failure.

replication_task_arn: Option<String>

ARN of the migration task associated with this premigration assessment run.

replication_task_assessment_run_arn: Option<String>

Amazon Resource Name (ARN) of this assessment run.

replication_task_assessment_run_creation_date: Option<f64>

Date on which the assessment run was created using the StartReplicationTaskAssessmentRun operation.

result_encryption_mode: Option<String>

Encryption mode used to encrypt the assessment run results.

result_kms_key_arn: Option<String>

ARN of the AWS KMS encryption key used to encrypt the assessment run results.

result_location_bucket: Option<String>

Amazon S3 bucket where AWS DMS stores the results of this assessment run.

result_location_folder: Option<String>

Folder in an Amazon S3 bucket where AWS DMS stores the results of this assessment run.

service_access_role_arn: Option<String>

ARN of the service role used to start the assessment run using the StartReplicationTaskAssessmentRun operation.

status: Option<String>

Assessment run status.

This status can have one of the following values:

  • "cancelling" – The assessment run was canceled by the CancelReplicationTaskAssessmentRun operation.

  • "deleting" – The assessment run was deleted by the DeleteReplicationTaskAssessmentRun operation.

  • "failed" – At least one individual assessment completed with a failed status.

  • "error-provisioning" – An internal error occurred while resources were provisioned (during provisioning status).

  • "error-executing" – An internal error occurred while individual assessments ran (during running status).

  • "invalid state" – The assessment run is in an unknown state.

  • "passed" – All individual assessments have completed, and none has a failed status.

  • "provisioning" – Resources required to run individual assessments are being provisioned.

  • "running" – Individual assessments are being run.

  • "starting" – The assessment run is starting, but resources are not yet being provisioned for individual assessments.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.