Struct aws_sdk_databasemigration::output::DescribeReplicationTaskAssessmentRunsOutput [−][src]
#[non_exhaustive]pub struct DescribeReplicationTaskAssessmentRunsOutput {
pub marker: Option<String>,
pub replication_task_assessment_runs: Option<Vec<ReplicationTaskAssessmentRun>>,
}
Expand description
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.marker: Option<String>
A pagination token returned for you to pass to a subsequent request. If you pass this
token as the Marker
value in a subsequent request, the response includes only
records beyond the marker, up to the value specified in the request by
MaxRecords
.
replication_task_assessment_runs: Option<Vec<ReplicationTaskAssessmentRun>>
One or more premigration assessment runs as specified by Filters
.
Implementations
A pagination token returned for you to pass to a subsequent request. If you pass this
token as the Marker
value in a subsequent request, the response includes only
records beyond the marker, up to the value specified in the request by
MaxRecords
.
One or more premigration assessment runs as specified by Filters
.
Creates a new builder-style object to manufacture DescribeReplicationTaskAssessmentRunsOutput
Trait Implementations
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more