#[non_exhaustive]pub struct ModifyInstanceEventStartTimeOutput { /* private fields */ }
Implementations§
source§impl ModifyInstanceEventStartTimeOutput
impl ModifyInstanceEventStartTimeOutput
sourcepub fn event(&self) -> Option<&InstanceStatusEvent>
pub fn event(&self) -> Option<&InstanceStatusEvent>
Describes a scheduled event for an instance.
source§impl ModifyInstanceEventStartTimeOutput
impl ModifyInstanceEventStartTimeOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyInstanceEventStartTimeOutput
.
Trait Implementations§
source§impl Clone for ModifyInstanceEventStartTimeOutput
impl Clone for ModifyInstanceEventStartTimeOutput
source§fn clone(&self) -> ModifyInstanceEventStartTimeOutput
fn clone(&self) -> ModifyInstanceEventStartTimeOutput
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 more