#[non_exhaustive]pub struct DescribeDataSourceOutput { /* private fields */ }Implementations§
source§impl DescribeDataSourceOutput
impl DescribeDataSourceOutput
sourcepub fn data_source(&self) -> Option<&DataSource>
pub fn data_source(&self) -> Option<&DataSource>
The information on the data source.
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request ID for this operation.
source§impl DescribeDataSourceOutput
impl DescribeDataSourceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDataSourceOutput.
Trait Implementations§
source§impl Clone for DescribeDataSourceOutput
impl Clone for DescribeDataSourceOutput
source§fn clone(&self) -> DescribeDataSourceOutput
fn clone(&self) -> DescribeDataSourceOutput
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 more