#[non_exhaustive]pub struct CreateRefreshScheduleOutput { /* private fields */ }Implementations§
source§impl CreateRefreshScheduleOutput
impl CreateRefreshScheduleOutput
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request ID for this operation.
sourcepub fn schedule_id(&self) -> Option<&str>
pub fn schedule_id(&self) -> Option<&str>
The ID of the refresh schedule.
source§impl CreateRefreshScheduleOutput
impl CreateRefreshScheduleOutput
sourcepub fn builder() -> CreateRefreshScheduleOutputBuilder
pub fn builder() -> CreateRefreshScheduleOutputBuilder
Creates a new builder-style object to manufacture CreateRefreshScheduleOutput.
Trait Implementations§
source§impl Clone for CreateRefreshScheduleOutput
impl Clone for CreateRefreshScheduleOutput
source§fn clone(&self) -> CreateRefreshScheduleOutput
fn clone(&self) -> CreateRefreshScheduleOutput
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 CreateRefreshScheduleOutput
impl Debug for CreateRefreshScheduleOutput
source§impl PartialEq<CreateRefreshScheduleOutput> for CreateRefreshScheduleOutput
impl PartialEq<CreateRefreshScheduleOutput> for CreateRefreshScheduleOutput
source§fn eq(&self, other: &CreateRefreshScheduleOutput) -> bool
fn eq(&self, other: &CreateRefreshScheduleOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateRefreshScheduleOutput
impl RequestId for CreateRefreshScheduleOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for CreateRefreshScheduleOutput
Auto Trait Implementations§
impl RefUnwindSafe for CreateRefreshScheduleOutput
impl Send for CreateRefreshScheduleOutput
impl Sync for CreateRefreshScheduleOutput
impl Unpin for CreateRefreshScheduleOutput
impl UnwindSafe for CreateRefreshScheduleOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more