Struct aws_sdk_quicksight::output::CreateIngestionOutput
source · #[non_exhaustive]pub struct CreateIngestionOutput { /* private fields */ }Implementations§
source§impl 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.
source§impl CreateIngestionOutput
impl CreateIngestionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateIngestionOutput.
Trait Implementations§
source§impl Clone for CreateIngestionOutput
impl Clone for CreateIngestionOutput
source§fn clone(&self) -> CreateIngestionOutput
fn clone(&self) -> CreateIngestionOutput
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 more