#[non_exhaustive]pub struct RefreshCacheOutput { /* private fields */ }Expand description
RefreshCacheOutput
Implementations§
source§impl RefreshCacheOutput
impl RefreshCacheOutput
The Amazon Resource Name (ARN) of the file share.
sourcepub fn notification_id(&self) -> Option<&str>
pub fn notification_id(&self) -> Option<&str>
The randomly generated ID of the notification that was sent. This ID is in UUID format.
source§impl RefreshCacheOutput
impl RefreshCacheOutput
sourcepub fn builder() -> RefreshCacheOutputBuilder
pub fn builder() -> RefreshCacheOutputBuilder
Creates a new builder-style object to manufacture RefreshCacheOutput.
Trait Implementations§
source§impl Clone for RefreshCacheOutput
impl Clone for RefreshCacheOutput
source§fn clone(&self) -> RefreshCacheOutput
fn clone(&self) -> RefreshCacheOutput
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 RefreshCacheOutput
impl Debug for RefreshCacheOutput
source§impl PartialEq<RefreshCacheOutput> for RefreshCacheOutput
impl PartialEq<RefreshCacheOutput> for RefreshCacheOutput
source§fn eq(&self, other: &RefreshCacheOutput) -> bool
fn eq(&self, other: &RefreshCacheOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for RefreshCacheOutput
impl RequestId for RefreshCacheOutput
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 RefreshCacheOutput
Auto Trait Implementations§
impl RefUnwindSafe for RefreshCacheOutput
impl Send for RefreshCacheOutput
impl Sync for RefreshCacheOutput
impl Unpin for RefreshCacheOutput
impl UnwindSafe for RefreshCacheOutput
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