[][src]Struct rusoto_dms::DescribeApplicableIndividualAssessmentsResponse

pub struct DescribeApplicableIndividualAssessmentsResponse {
    pub individual_assessment_names: Option<Vec<String>>,
    pub marker: Option<String>,
}

Fields

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 AWS 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.

Trait Implementations

impl Clone for DescribeApplicableIndividualAssessmentsResponse[src]

impl Debug for DescribeApplicableIndividualAssessmentsResponse[src]

impl Default for DescribeApplicableIndividualAssessmentsResponse[src]

impl<'de> Deserialize<'de> for DescribeApplicableIndividualAssessmentsResponse[src]

impl PartialEq<DescribeApplicableIndividualAssessmentsResponse> for DescribeApplicableIndividualAssessmentsResponse[src]

impl StructuralPartialEq for DescribeApplicableIndividualAssessmentsResponse[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.