#[non_exhaustive]pub struct CreateDataSourceFromRedshiftOutput { /* private fields */ }
Expand description
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.
Implementations§
source§impl CreateDataSourceFromRedshiftOutput
impl CreateDataSourceFromRedshiftOutput
sourcepub fn data_source_id(&self) -> Option<&str>
pub fn data_source_id(&self) -> Option<&str>
A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the DataSourceID
in the request.
source§impl CreateDataSourceFromRedshiftOutput
impl CreateDataSourceFromRedshiftOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateDataSourceFromRedshiftOutput
.
Trait Implementations§
source§impl Clone for CreateDataSourceFromRedshiftOutput
impl Clone for CreateDataSourceFromRedshiftOutput
source§fn clone(&self) -> CreateDataSourceFromRedshiftOutput
fn clone(&self) -> CreateDataSourceFromRedshiftOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<CreateDataSourceFromRedshiftOutput> for CreateDataSourceFromRedshiftOutput
impl PartialEq<CreateDataSourceFromRedshiftOutput> for CreateDataSourceFromRedshiftOutput
source§fn eq(&self, other: &CreateDataSourceFromRedshiftOutput) -> bool
fn eq(&self, other: &CreateDataSourceFromRedshiftOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.