Struct aws_sdk_quicksight::output::CancelIngestionOutput
source · [−]#[non_exhaustive]pub struct CancelIngestionOutput { /* private fields */ }Implementations
sourceimpl CancelIngestionOutput
impl CancelIngestionOutput
sourcepub fn ingestion_id(&self) -> Option<&str>
pub fn ingestion_id(&self) -> Option<&str>
An ID for the ingestion.
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request ID for this operation.
sourceimpl CancelIngestionOutput
impl CancelIngestionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CancelIngestionOutput.
Trait Implementations
sourceimpl Clone for CancelIngestionOutput
impl Clone for CancelIngestionOutput
sourcefn clone(&self) -> CancelIngestionOutput
fn clone(&self) -> CancelIngestionOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CancelIngestionOutput
impl Debug for CancelIngestionOutput
sourceimpl PartialEq<CancelIngestionOutput> for CancelIngestionOutput
impl PartialEq<CancelIngestionOutput> for CancelIngestionOutput
sourcefn eq(&self, other: &CancelIngestionOutput) -> bool
fn eq(&self, other: &CancelIngestionOutput) -> bool
impl StructuralPartialEq for CancelIngestionOutput
Auto Trait Implementations
impl RefUnwindSafe for CancelIngestionOutput
impl Send for CancelIngestionOutput
impl Sync for CancelIngestionOutput
impl Unpin for CancelIngestionOutput
impl UnwindSafe for CancelIngestionOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more