Struct aws_sdk_personalize::model::SolutionSummary
source · [−]#[non_exhaustive]pub struct SolutionSummary {
pub name: Option<String>,
pub solution_arn: Option<String>,
pub status: Option<String>,
pub creation_date_time: Option<DateTime>,
pub last_updated_date_time: Option<DateTime>,
}Expand description
Provides a summary of the properties of a solution. For a complete listing, call the DescribeSolution 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 solution.
solution_arn: Option<String>The Amazon Resource Name (ARN) of the solution.
status: Option<String>The status of the solution.
A solution can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
creation_date_time: Option<DateTime>The date and time (in Unix time) that the solution was created.
last_updated_date_time: Option<DateTime>The date and time (in Unix time) that the solution was last updated.
Implementations
The Amazon Resource Name (ARN) of the solution.
The status of the solution.
A solution can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
The date and time (in Unix time) that the solution was created.
The date and time (in Unix time) that the solution was last updated.
Creates a new builder-style object to manufacture SolutionSummary
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 SolutionSummary
impl Send for SolutionSummary
impl Sync for SolutionSummary
impl Unpin for SolutionSummary
impl UnwindSafe for SolutionSummary
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