#[non_exhaustive]pub struct DisassociateInstanceEventWindowOutput { /* private fields */ }
Implementations§
source§impl DisassociateInstanceEventWindowOutput
impl DisassociateInstanceEventWindowOutput
sourcepub fn instance_event_window(&self) -> Option<&InstanceEventWindow>
pub fn instance_event_window(&self) -> Option<&InstanceEventWindow>
Information about the event window.
source§impl DisassociateInstanceEventWindowOutput
impl DisassociateInstanceEventWindowOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisassociateInstanceEventWindowOutput
.
Trait Implementations§
source§impl Clone for DisassociateInstanceEventWindowOutput
impl Clone for DisassociateInstanceEventWindowOutput
source§fn clone(&self) -> DisassociateInstanceEventWindowOutput
fn clone(&self) -> DisassociateInstanceEventWindowOutput
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 PartialEq<DisassociateInstanceEventWindowOutput> for DisassociateInstanceEventWindowOutput
impl PartialEq<DisassociateInstanceEventWindowOutput> for DisassociateInstanceEventWindowOutput
source§fn eq(&self, other: &DisassociateInstanceEventWindowOutput) -> bool
fn eq(&self, other: &DisassociateInstanceEventWindowOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.