Struct rusoto_machinelearning::CreateDataSourceFromRedshiftOutput [] [src]

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

Represents the output of a CreateDataSourceFromRedshift operation, and is an acknowledgement that Amazon ML received the request.

The CreateDataSourceFromRedshift operation is asynchronous. You can poll for updates by using the GetBatchPrediction operation and checking the Status parameter.

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 CreateDataSourceFromRedshiftOutput
[src]

[src]

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

impl Debug for CreateDataSourceFromRedshiftOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateDataSourceFromRedshiftOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more