Struct rusoto_machinelearning::DescribeDataSourcesOutput [] [src]

pub struct DescribeDataSourcesOutput {
    pub next_token: Option<String>,
    pub results: Option<Vec<DataSource>>,
}

Represents the query results from a DescribeDataSources operation. The content is essentially a list of DataSource.

Fields

An ID of the next page in the paginated results that indicates at least one more page follows.

A list of DataSource that meet the search criteria.

Trait Implementations

impl Default for DescribeDataSourcesOutput
[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeDataSourcesOutput
[src]

Formats the value using the given formatter.

impl Clone for DescribeDataSourcesOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more