Struct aws_sdk_databasemigration::output::DescribeApplicableIndividualAssessmentsOutput [−][src]
#[non_exhaustive]pub struct DescribeApplicableIndividualAssessmentsOutput {
pub individual_assessment_names: Option<Vec<String>>,
pub marker: Option<String>,
}
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.individual_assessment_names: Option<Vec<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.
marker: Option<String>
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
.
Implementations
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.
Creates a new builder-style object to manufacture DescribeApplicableIndividualAssessmentsOutput
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