#[non_exhaustive]pub struct GetDataSourceOutput { /* private fields */ }Implementations§
source§impl GetDataSourceOutput
impl GetDataSourceOutput
sourcepub fn data_source(&self) -> Option<&DataSource>
pub fn data_source(&self) -> Option<&DataSource>
The DataSource object.
source§impl GetDataSourceOutput
impl GetDataSourceOutput
sourcepub fn builder() -> GetDataSourceOutputBuilder
pub fn builder() -> GetDataSourceOutputBuilder
Creates a new builder-style object to manufacture GetDataSourceOutput.
Trait Implementations§
source§impl Clone for GetDataSourceOutput
impl Clone for GetDataSourceOutput
source§fn clone(&self) -> GetDataSourceOutput
fn clone(&self) -> GetDataSourceOutput
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 GetDataSourceOutput
impl Debug for GetDataSourceOutput
source§impl PartialEq<GetDataSourceOutput> for GetDataSourceOutput
impl PartialEq<GetDataSourceOutput> for GetDataSourceOutput
source§fn eq(&self, other: &GetDataSourceOutput) -> bool
fn eq(&self, other: &GetDataSourceOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetDataSourceOutput
impl RequestId for GetDataSourceOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.