Struct aws_sdk_personalize::model::EventTrackerSummary
source · [−]#[non_exhaustive]pub struct EventTrackerSummary {
pub name: Option<String>,
pub event_tracker_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 an event tracker. For a complete listing, call the DescribeEventTracker 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 event tracker.
event_tracker_arn: Option<String>The Amazon Resource Name (ARN) of the event tracker.
status: Option<String>The status of the event tracker.
An event tracker 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 event tracker was created.
last_updated_date_time: Option<DateTime>The date and time (in Unix time) that the event tracker was last updated.
Implementations
The Amazon Resource Name (ARN) of the event tracker.
The status of the event tracker.
An event tracker 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 event tracker was created.
The date and time (in Unix time) that the event tracker was last updated.
Creates a new builder-style object to manufacture EventTrackerSummary
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 EventTrackerSummary
impl Send for EventTrackerSummary
impl Sync for EventTrackerSummary
impl Unpin for EventTrackerSummary
impl UnwindSafe for EventTrackerSummary
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