Struct aws_sdk_rum::model::AppMonitorSummary
source · [−]#[non_exhaustive]pub struct AppMonitorSummary {
pub name: Option<String>,
pub id: Option<String>,
pub created: Option<String>,
pub last_modified: Option<String>,
pub state: Option<StateEnum>,
}Expand description
A structure that includes some data about app monitors and their settings.
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 this app monitor.
id: Option<String>The unique ID of this app monitor.
created: Option<String>The date and time that the app monitor was created.
last_modified: Option<String>The date and time of the most recent changes to this app monitor's configuration.
state: Option<StateEnum>The current state of this app monitor.
Implementations
The date and time of the most recent changes to this app monitor's configuration.
Creates a new builder-style object to manufacture AppMonitorSummary
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 AppMonitorSummary
impl Send for AppMonitorSummary
impl Sync for AppMonitorSummary
impl Unpin for AppMonitorSummary
impl UnwindSafe for AppMonitorSummary
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