Struct aws_sdk_ec2::model::InstanceEventWindow
source · #[non_exhaustive]pub struct InstanceEventWindow { /* private fields */ }
Expand description
The event window.
Implementations§
source§impl InstanceEventWindow
impl InstanceEventWindow
sourcepub fn instance_event_window_id(&self) -> Option<&str>
pub fn instance_event_window_id(&self) -> Option<&str>
The ID of the event window.
sourcepub fn time_ranges(&self) -> Option<&[InstanceEventWindowTimeRange]>
pub fn time_ranges(&self) -> Option<&[InstanceEventWindowTimeRange]>
One or more time ranges defined for the event window.
sourcepub fn cron_expression(&self) -> Option<&str>
pub fn cron_expression(&self) -> Option<&str>
The cron expression defined for the event window.
sourcepub fn association_target(
&self
) -> Option<&InstanceEventWindowAssociationTarget>
pub fn association_target(
&self
) -> Option<&InstanceEventWindowAssociationTarget>
One or more targets associated with the event window.
sourcepub fn state(&self) -> Option<&InstanceEventWindowState>
pub fn state(&self) -> Option<&InstanceEventWindowState>
The current state of the event window.
The instance tags associated with the event window.
source§impl InstanceEventWindow
impl InstanceEventWindow
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InstanceEventWindow
.
Trait Implementations§
source§impl Clone for InstanceEventWindow
impl Clone for InstanceEventWindow
source§fn clone(&self) -> InstanceEventWindow
fn clone(&self) -> InstanceEventWindow
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InstanceEventWindow
impl Debug for InstanceEventWindow
source§impl PartialEq<InstanceEventWindow> for InstanceEventWindow
impl PartialEq<InstanceEventWindow> for InstanceEventWindow
source§fn eq(&self, other: &InstanceEventWindow) -> bool
fn eq(&self, other: &InstanceEventWindow) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.