Struct aws_sdk_databasemigration::operation::describe_replication_task_individual_assessments::DescribeReplicationTaskIndividualAssessmentsInput
source · #[non_exhaustive]pub struct DescribeReplicationTaskIndividualAssessmentsInput { /* private fields */ }
Expand description
Implementations§
source§impl DescribeReplicationTaskIndividualAssessmentsInput
impl DescribeReplicationTaskIndividualAssessmentsInput
sourcepub fn filters(&self) -> Option<&[Filter]>
pub fn filters(&self) -> Option<&[Filter]>
Filters applied to the individual assessments described in the form of key-value pairs.
Valid filter names: replication-task-assessment-run-arn
, replication-task-arn
, status
sourcepub fn max_records(&self) -> Option<i32>
pub fn max_records(&self) -> Option<i32>
The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
source§impl DescribeReplicationTaskIndividualAssessmentsInput
impl DescribeReplicationTaskIndividualAssessmentsInput
sourcepub fn builder() -> DescribeReplicationTaskIndividualAssessmentsInputBuilder
pub fn builder() -> DescribeReplicationTaskIndividualAssessmentsInputBuilder
Creates a new builder-style object to manufacture DescribeReplicationTaskIndividualAssessmentsInput
.
source§impl DescribeReplicationTaskIndividualAssessmentsInput
impl DescribeReplicationTaskIndividualAssessmentsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeReplicationTaskIndividualAssessments, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeReplicationTaskIndividualAssessments, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeReplicationTaskIndividualAssessments
>
Trait Implementations§
source§impl Clone for DescribeReplicationTaskIndividualAssessmentsInput
impl Clone for DescribeReplicationTaskIndividualAssessmentsInput
source§fn clone(&self) -> DescribeReplicationTaskIndividualAssessmentsInput
fn clone(&self) -> DescribeReplicationTaskIndividualAssessmentsInput
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<DescribeReplicationTaskIndividualAssessmentsInput> for DescribeReplicationTaskIndividualAssessmentsInput
impl PartialEq<DescribeReplicationTaskIndividualAssessmentsInput> for DescribeReplicationTaskIndividualAssessmentsInput
source§fn eq(&self, other: &DescribeReplicationTaskIndividualAssessmentsInput) -> bool
fn eq(&self, other: &DescribeReplicationTaskIndividualAssessmentsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeReplicationTaskIndividualAssessmentsInput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeReplicationTaskIndividualAssessmentsInput
impl Send for DescribeReplicationTaskIndividualAssessmentsInput
impl Sync for DescribeReplicationTaskIndividualAssessmentsInput
impl Unpin for DescribeReplicationTaskIndividualAssessmentsInput
impl UnwindSafe for DescribeReplicationTaskIndividualAssessmentsInput
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