Struct aws_sdk_quicksight::operation::describe_refresh_schedule::DescribeRefreshScheduleOutput
source · #[non_exhaustive]pub struct DescribeRefreshScheduleOutput { /* private fields */ }Implementations§
source§impl DescribeRefreshScheduleOutput
impl DescribeRefreshScheduleOutput
sourcepub fn refresh_schedule(&self) -> Option<&RefreshSchedule>
pub fn refresh_schedule(&self) -> Option<&RefreshSchedule>
The refresh schedule.
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 DescribeRefreshScheduleOutput
impl DescribeRefreshScheduleOutput
sourcepub fn builder() -> DescribeRefreshScheduleOutputBuilder
pub fn builder() -> DescribeRefreshScheduleOutputBuilder
Creates a new builder-style object to manufacture DescribeRefreshScheduleOutput.
Trait Implementations§
source§impl Clone for DescribeRefreshScheduleOutput
impl Clone for DescribeRefreshScheduleOutput
source§fn clone(&self) -> DescribeRefreshScheduleOutput
fn clone(&self) -> DescribeRefreshScheduleOutput
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<DescribeRefreshScheduleOutput> for DescribeRefreshScheduleOutput
impl PartialEq<DescribeRefreshScheduleOutput> for DescribeRefreshScheduleOutput
source§fn eq(&self, other: &DescribeRefreshScheduleOutput) -> bool
fn eq(&self, other: &DescribeRefreshScheduleOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeRefreshScheduleOutput
impl RequestId for DescribeRefreshScheduleOutput
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 DescribeRefreshScheduleOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeRefreshScheduleOutput
impl Send for DescribeRefreshScheduleOutput
impl Sync for DescribeRefreshScheduleOutput
impl Unpin for DescribeRefreshScheduleOutput
impl UnwindSafe for DescribeRefreshScheduleOutput
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