Struct aws_sdk_quicksight::model::DataSourceSummary
source · #[non_exhaustive]pub struct DataSourceSummary { /* private fields */ }
Expand description
A DataSourceSummary
object that returns a summary of a data source.
Implementations§
source§impl DataSourceSummary
impl DataSourceSummary
sourcepub fn data_source_id(&self) -> Option<&str>
pub fn data_source_id(&self) -> Option<&str>
The unique ID of the data source.
sourcepub fn type(&self) -> Option<&DataSourceType>
pub fn type(&self) -> Option<&DataSourceType>
The type of the data source.
sourcepub fn created_time(&self) -> Option<&DateTime>
pub fn created_time(&self) -> Option<&DateTime>
The date and time that the data source was created. This value is expressed in MM-DD-YYYY HH:MM:SS format.
sourcepub fn last_updated_time(&self) -> Option<&DateTime>
pub fn last_updated_time(&self) -> Option<&DateTime>
The date and time the data source was last updated. This value is expressed in MM-DD-YYYY HH:MM:SS format.
source§impl DataSourceSummary
impl DataSourceSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataSourceSummary
.
Trait Implementations§
source§impl Clone for DataSourceSummary
impl Clone for DataSourceSummary
source§fn clone(&self) -> DataSourceSummary
fn clone(&self) -> DataSourceSummary
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 DataSourceSummary
impl Debug for DataSourceSummary
source§impl PartialEq<DataSourceSummary> for DataSourceSummary
impl PartialEq<DataSourceSummary> for DataSourceSummary
source§fn eq(&self, other: &DataSourceSummary) -> bool
fn eq(&self, other: &DataSourceSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.