Struct aws_sdk_personalize::model::DatasetSchemaSummary
source · [−]#[non_exhaustive]pub struct DatasetSchemaSummary {
pub name: Option<String>,
pub schema_arn: Option<String>,
pub creation_date_time: Option<DateTime>,
pub last_updated_date_time: Option<DateTime>,
pub domain: Option<Domain>,
}Expand description
Provides a summary of the properties of a dataset schema. For a complete listing, call the DescribeSchema API.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.name: Option<String>The name of the schema.
schema_arn: Option<String>The Amazon Resource Name (ARN) of the schema.
creation_date_time: Option<DateTime>The date and time (in Unix time) that the schema was created.
last_updated_date_time: Option<DateTime>The date and time (in Unix time) that the schema was last updated.
domain: Option<Domain>The domain of a schema that you created for a dataset in a Domain dataset group.
Implementations
The Amazon Resource Name (ARN) of the schema.
The date and time (in Unix time) that the schema was created.
The date and time (in Unix time) that the schema was last updated.
Creates a new builder-style object to manufacture DatasetSchemaSummary
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DatasetSchemaSummary
impl Send for DatasetSchemaSummary
impl Sync for DatasetSchemaSummary
impl Unpin for DatasetSchemaSummary
impl UnwindSafe for DatasetSchemaSummary
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more