Struct aws_sdk_ec2::model::InstanceEventWindow
source · [−]#[non_exhaustive]pub struct InstanceEventWindow { /* private fields */ }
Expand description
The event window.
Implementations
sourceimpl 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.
sourceimpl InstanceEventWindow
impl InstanceEventWindow
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InstanceEventWindow
.
Trait Implementations
sourceimpl Clone for InstanceEventWindow
impl Clone for InstanceEventWindow
sourcefn clone(&self) -> InstanceEventWindow
fn clone(&self) -> InstanceEventWindow
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for InstanceEventWindow
impl Debug for InstanceEventWindow
sourceimpl PartialEq<InstanceEventWindow> for InstanceEventWindow
impl PartialEq<InstanceEventWindow> for InstanceEventWindow
sourcefn eq(&self, other: &InstanceEventWindow) -> bool
fn eq(&self, other: &InstanceEventWindow) -> bool
impl StructuralPartialEq for InstanceEventWindow
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more