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