Struct aws_sdk_databasemigration::operation::describe_applicable_individual_assessments::DescribeApplicableIndividualAssessmentsOutput
source · #[non_exhaustive]pub struct DescribeApplicableIndividualAssessmentsOutput { /* private fields */ }
Expand description
Implementations§
source§impl DescribeApplicableIndividualAssessmentsOutput
impl DescribeApplicableIndividualAssessmentsOutput
sourcepub fn individual_assessment_names(&self) -> Option<&[String]>
pub fn individual_assessment_names(&self) -> Option<&[String]>
List of names for the individual assessments supported by the premigration assessment run that you start based on the specified request parameters. For more information on the available individual assessments, including compatibility with different migration task configurations, see Working with premigration assessment runs in the Database Migration Service User Guide.
source§impl DescribeApplicableIndividualAssessmentsOutput
impl DescribeApplicableIndividualAssessmentsOutput
sourcepub fn builder() -> DescribeApplicableIndividualAssessmentsOutputBuilder
pub fn builder() -> DescribeApplicableIndividualAssessmentsOutputBuilder
Creates a new builder-style object to manufacture DescribeApplicableIndividualAssessmentsOutput
.
Trait Implementations§
source§impl Clone for DescribeApplicableIndividualAssessmentsOutput
impl Clone for DescribeApplicableIndividualAssessmentsOutput
source§fn clone(&self) -> DescribeApplicableIndividualAssessmentsOutput
fn clone(&self) -> DescribeApplicableIndividualAssessmentsOutput
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<DescribeApplicableIndividualAssessmentsOutput> for DescribeApplicableIndividualAssessmentsOutput
impl PartialEq<DescribeApplicableIndividualAssessmentsOutput> for DescribeApplicableIndividualAssessmentsOutput
source§fn eq(&self, other: &DescribeApplicableIndividualAssessmentsOutput) -> bool
fn eq(&self, other: &DescribeApplicableIndividualAssessmentsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeApplicableIndividualAssessmentsOutput
impl RequestId for DescribeApplicableIndividualAssessmentsOutput
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 DescribeApplicableIndividualAssessmentsOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeApplicableIndividualAssessmentsOutput
impl Send for DescribeApplicableIndividualAssessmentsOutput
impl Sync for DescribeApplicableIndividualAssessmentsOutput
impl Unpin for DescribeApplicableIndividualAssessmentsOutput
impl UnwindSafe for DescribeApplicableIndividualAssessmentsOutput
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