Struct aws_sdk_personalize::model::DatasetSchemaSummary
source · #[non_exhaustive]pub struct DatasetSchemaSummary { /* private fields */ }
Expand description
Provides a summary of the properties of a dataset schema. For a complete listing, call the DescribeSchema API.
Implementations§
source§impl DatasetSchemaSummary
impl DatasetSchemaSummary
sourcepub fn schema_arn(&self) -> Option<&str>
pub fn schema_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the schema.
sourcepub fn creation_date_time(&self) -> Option<&DateTime>
pub fn creation_date_time(&self) -> Option<&DateTime>
The date and time (in Unix time) that the schema was created.
sourcepub fn last_updated_date_time(&self) -> Option<&DateTime>
pub fn last_updated_date_time(&self) -> Option<&DateTime>
The date and time (in Unix time) that the schema was last updated.
source§impl DatasetSchemaSummary
impl DatasetSchemaSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DatasetSchemaSummary
.
Trait Implementations§
source§impl Clone for DatasetSchemaSummary
impl Clone for DatasetSchemaSummary
source§fn clone(&self) -> DatasetSchemaSummary
fn clone(&self) -> DatasetSchemaSummary
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 DatasetSchemaSummary
impl Debug for DatasetSchemaSummary
source§impl PartialEq<DatasetSchemaSummary> for DatasetSchemaSummary
impl PartialEq<DatasetSchemaSummary> for DatasetSchemaSummary
source§fn eq(&self, other: &DatasetSchemaSummary) -> bool
fn eq(&self, other: &DatasetSchemaSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.