Struct aws_sdk_personalize::model::RecipeSummary
source · [−]#[non_exhaustive]pub struct RecipeSummary {
pub name: Option<String>,
pub recipe_arn: Option<String>,
pub status: 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 recipe. For a complete listing, call the DescribeRecipe 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 recipe.
recipe_arn: Option<String>The Amazon Resource Name (ARN) of the recipe.
status: Option<String>The status of the recipe.
creation_date_time: Option<DateTime>The date and time (in Unix time) that the recipe was created.
last_updated_date_time: Option<DateTime>The date and time (in Unix time) that the recipe was last updated.
domain: Option<Domain>The domain of the recipe (if the recipe is a Domain dataset group use case).
Implementations
The Amazon Resource Name (ARN) of the recipe.
The date and time (in Unix time) that the recipe was created.
The date and time (in Unix time) that the recipe was last updated.
Creates a new builder-style object to manufacture RecipeSummary
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 RecipeSummary
impl Send for RecipeSummary
impl Sync for RecipeSummary
impl Unpin for RecipeSummary
impl UnwindSafe for RecipeSummary
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