Struct aws_sdk_databasemigration::operation::describe_replication_task_assessment_runs::DescribeReplicationTaskAssessmentRunsOutput
source · #[non_exhaustive]pub struct DescribeReplicationTaskAssessmentRunsOutput { /* private fields */ }
Expand description
Implementations§
source§impl DescribeReplicationTaskAssessmentRunsOutput
impl DescribeReplicationTaskAssessmentRunsOutput
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
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
.
sourcepub fn replication_task_assessment_runs(
&self
) -> Option<&[ReplicationTaskAssessmentRun]>
pub fn replication_task_assessment_runs( &self ) -> Option<&[ReplicationTaskAssessmentRun]>
One or more premigration assessment runs as specified by Filters
.
source§impl DescribeReplicationTaskAssessmentRunsOutput
impl DescribeReplicationTaskAssessmentRunsOutput
sourcepub fn builder() -> DescribeReplicationTaskAssessmentRunsOutputBuilder
pub fn builder() -> DescribeReplicationTaskAssessmentRunsOutputBuilder
Creates a new builder-style object to manufacture DescribeReplicationTaskAssessmentRunsOutput
.
Trait Implementations§
source§impl Clone for DescribeReplicationTaskAssessmentRunsOutput
impl Clone for DescribeReplicationTaskAssessmentRunsOutput
source§fn clone(&self) -> DescribeReplicationTaskAssessmentRunsOutput
fn clone(&self) -> DescribeReplicationTaskAssessmentRunsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<DescribeReplicationTaskAssessmentRunsOutput> for DescribeReplicationTaskAssessmentRunsOutput
impl PartialEq<DescribeReplicationTaskAssessmentRunsOutput> for DescribeReplicationTaskAssessmentRunsOutput
source§fn eq(&self, other: &DescribeReplicationTaskAssessmentRunsOutput) -> bool
fn eq(&self, other: &DescribeReplicationTaskAssessmentRunsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeReplicationTaskAssessmentRunsOutput
impl RequestId for DescribeReplicationTaskAssessmentRunsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DescribeReplicationTaskAssessmentRunsOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeReplicationTaskAssessmentRunsOutput
impl Send for DescribeReplicationTaskAssessmentRunsOutput
impl Sync for DescribeReplicationTaskAssessmentRunsOutput
impl Unpin for DescribeReplicationTaskAssessmentRunsOutput
impl UnwindSafe for DescribeReplicationTaskAssessmentRunsOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more