Struct aws_sdk_quicksight::output::CreateIngestionOutput
source · [−]#[non_exhaustive]pub struct CreateIngestionOutput { /* private fields */ }Implementations
sourceimpl CreateIngestionOutput
impl CreateIngestionOutput
sourcepub fn ingestion_id(&self) -> Option<&str>
pub fn ingestion_id(&self) -> Option<&str>
An ID for the ingestion.
sourcepub fn ingestion_status(&self) -> Option<&IngestionStatus>
pub fn ingestion_status(&self) -> Option<&IngestionStatus>
The ingestion status.
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request ID for this operation.
sourceimpl CreateIngestionOutput
impl CreateIngestionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateIngestionOutput.
Trait Implementations
sourceimpl Clone for CreateIngestionOutput
impl Clone for CreateIngestionOutput
sourcefn clone(&self) -> CreateIngestionOutput
fn clone(&self) -> CreateIngestionOutput
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 CreateIngestionOutput
impl Debug for CreateIngestionOutput
sourceimpl PartialEq<CreateIngestionOutput> for CreateIngestionOutput
impl PartialEq<CreateIngestionOutput> for CreateIngestionOutput
sourcefn eq(&self, other: &CreateIngestionOutput) -> bool
fn eq(&self, other: &CreateIngestionOutput) -> bool
impl StructuralPartialEq for CreateIngestionOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateIngestionOutput
impl Send for CreateIngestionOutput
impl Sync for CreateIngestionOutput
impl Unpin for CreateIngestionOutput
impl UnwindSafe for CreateIngestionOutput
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