Struct rusoto_machinelearning::DeleteDataSourceOutput [] [src]

pub struct DeleteDataSourceOutput {
    pub data_source_id: Option<String>,
}

Represents the output of a DeleteDataSource operation.

Fields

A user-supplied ID that uniquely identifies the DataSource. This value should be identical to the value of the DataSourceID in the request.

Trait Implementations

impl Default for DeleteDataSourceOutput
[src]

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

impl Debug for DeleteDataSourceOutput
[src]

Formats the value using the given formatter.

impl Clone for DeleteDataSourceOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more