Struct aws_sdk_applicationinsights::model::ConfigurationEvent [−][src]
#[non_exhaustive]pub struct ConfigurationEvent {
pub monitored_resource_arn: Option<String>,
pub event_status: Option<ConfigurationEventStatus>,
pub event_resource_type: Option<ConfigurationEventResourceType>,
pub event_time: Option<DateTime>,
pub event_detail: Option<String>,
pub event_resource_name: Option<String>,
}
Expand description
The event information.
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.monitored_resource_arn: Option<String>
The resource monitored by Application Insights.
event_status: Option<ConfigurationEventStatus>
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
event_resource_type: Option<ConfigurationEventResourceType>
The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
event_time: Option<DateTime>
The timestamp of the event.
event_detail: Option<String>
The details of the event in plain text.
event_resource_name: Option<String>
The name of the resource Application Insights attempted to configure.
Implementations
The resource monitored by Application Insights.
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
The timestamp of the event.
The details of the event in plain text.
The name of the resource Application Insights attempted to configure.
Creates a new builder-style object to manufacture ConfigurationEvent
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 ConfigurationEvent
impl Send for ConfigurationEvent
impl Sync for ConfigurationEvent
impl Unpin for ConfigurationEvent
impl UnwindSafe for ConfigurationEvent
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