Struct aws_sdk_ec2::model::InstanceEventWindow [−][src]
#[non_exhaustive]pub struct InstanceEventWindow {
pub instance_event_window_id: Option<String>,
pub time_ranges: Option<Vec<InstanceEventWindowTimeRange>>,
pub name: Option<String>,
pub cron_expression: Option<String>,
pub association_target: Option<InstanceEventWindowAssociationTarget>,
pub state: Option<InstanceEventWindowState>,
pub tags: Option<Vec<Tag>>,
}
Expand description
The event window.
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.instance_event_window_id: Option<String>
The ID of the event window.
time_ranges: Option<Vec<InstanceEventWindowTimeRange>>
One or more time ranges defined for the event window.
name: Option<String>
The name of the event window.
cron_expression: Option<String>
The cron expression defined for the event window.
association_target: Option<InstanceEventWindowAssociationTarget>
One or more targets associated with the event window.
state: Option<InstanceEventWindowState>
The current state of the event window.
The instance tags associated with the event window.
Implementations
The ID of the event window.
One or more time ranges defined for the event window.
The cron expression defined for the event window.
One or more targets associated with the event window.
The current state of the event window.
The instance tags associated with the event window.
Creates a new builder-style object to manufacture InstanceEventWindow
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 InstanceEventWindow
impl Send for InstanceEventWindow
impl Sync for InstanceEventWindow
impl Unpin for InstanceEventWindow
impl UnwindSafe for InstanceEventWindow
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