#[non_exhaustive]pub struct UpdateDataSourceOutput { /* private fields */ }
Expand description
Represents the output of an UpdateDataSource
operation.
You can see the updated content by using the GetBatchPrediction
operation.
Implementations§
source§impl UpdateDataSourceOutput
impl UpdateDataSourceOutput
sourcepub fn data_source_id(&self) -> Option<&str>
pub fn data_source_id(&self) -> Option<&str>
The ID assigned to the DataSource
during creation. This value should be identical to the value of the DataSourceID
in the request.
source§impl UpdateDataSourceOutput
impl UpdateDataSourceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDataSourceOutput
.
Trait Implementations§
source§impl Clone for UpdateDataSourceOutput
impl Clone for UpdateDataSourceOutput
source§fn clone(&self) -> UpdateDataSourceOutput
fn clone(&self) -> UpdateDataSourceOutput
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 Debug for UpdateDataSourceOutput
impl Debug for UpdateDataSourceOutput
source§impl PartialEq<UpdateDataSourceOutput> for UpdateDataSourceOutput
impl PartialEq<UpdateDataSourceOutput> for UpdateDataSourceOutput
source§fn eq(&self, other: &UpdateDataSourceOutput) -> bool
fn eq(&self, other: &UpdateDataSourceOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.