Struct aws_sdk_personalize::model::DatasetSchema
source · #[non_exhaustive]pub struct DatasetSchema { /* private fields */ }
Expand description
Describes the schema for a dataset. For more information on schemas, see CreateSchema.
Implementations§
source§impl DatasetSchema
impl DatasetSchema
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 DatasetSchema
impl DatasetSchema
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DatasetSchema
.
Trait Implementations§
source§impl Clone for DatasetSchema
impl Clone for DatasetSchema
source§fn clone(&self) -> DatasetSchema
fn clone(&self) -> DatasetSchema
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 DatasetSchema
impl Debug for DatasetSchema
source§impl PartialEq<DatasetSchema> for DatasetSchema
impl PartialEq<DatasetSchema> for DatasetSchema
source§fn eq(&self, other: &DatasetSchema) -> bool
fn eq(&self, other: &DatasetSchema) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.