#[non_exhaustive]pub struct ListRefreshSchedulesOutput { /* private fields */ }Implementations§
source§impl ListRefreshSchedulesOutput
impl ListRefreshSchedulesOutput
sourcepub fn refresh_schedules(&self) -> Option<&[RefreshSchedule]>
pub fn refresh_schedules(&self) -> Option<&[RefreshSchedule]>
The list of refresh schedules for the dataset.
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request ID for this operation.
source§impl ListRefreshSchedulesOutput
impl ListRefreshSchedulesOutput
sourcepub fn builder() -> ListRefreshSchedulesOutputBuilder
pub fn builder() -> ListRefreshSchedulesOutputBuilder
Creates a new builder-style object to manufacture ListRefreshSchedulesOutput.
Trait Implementations§
source§impl Clone for ListRefreshSchedulesOutput
impl Clone for ListRefreshSchedulesOutput
source§fn clone(&self) -> ListRefreshSchedulesOutput
fn clone(&self) -> ListRefreshSchedulesOutput
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 ListRefreshSchedulesOutput
impl Debug for ListRefreshSchedulesOutput
source§impl PartialEq<ListRefreshSchedulesOutput> for ListRefreshSchedulesOutput
impl PartialEq<ListRefreshSchedulesOutput> for ListRefreshSchedulesOutput
source§fn eq(&self, other: &ListRefreshSchedulesOutput) -> bool
fn eq(&self, other: &ListRefreshSchedulesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListRefreshSchedulesOutput
impl RequestId for ListRefreshSchedulesOutput
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 ListRefreshSchedulesOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListRefreshSchedulesOutput
impl Send for ListRefreshSchedulesOutput
impl Sync for ListRefreshSchedulesOutput
impl Unpin for ListRefreshSchedulesOutput
impl UnwindSafe for ListRefreshSchedulesOutput
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