Struct aws_sdk_quicksight::input::CreateIngestionInput
source · [−]#[non_exhaustive]pub struct CreateIngestionInput { /* private fields */ }Implementations
sourceimpl CreateIngestionInput
impl CreateIngestionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateIngestion, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateIngestion, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateIngestion>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateIngestionInput.
sourceimpl CreateIngestionInput
impl CreateIngestionInput
sourcepub fn data_set_id(&self) -> Option<&str>
pub fn data_set_id(&self) -> Option<&str>
The ID of the dataset used in the ingestion.
sourcepub fn ingestion_id(&self) -> Option<&str>
pub fn ingestion_id(&self) -> Option<&str>
An ID for the ingestion.
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The Amazon Web Services account ID.
sourcepub fn ingestion_type(&self) -> Option<&IngestionType>
pub fn ingestion_type(&self) -> Option<&IngestionType>
The type of ingestion that you want to create.
Trait Implementations
sourceimpl Clone for CreateIngestionInput
impl Clone for CreateIngestionInput
sourcefn clone(&self) -> CreateIngestionInput
fn clone(&self) -> CreateIngestionInput
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 CreateIngestionInput
impl Debug for CreateIngestionInput
sourceimpl PartialEq<CreateIngestionInput> for CreateIngestionInput
impl PartialEq<CreateIngestionInput> for CreateIngestionInput
sourcefn eq(&self, other: &CreateIngestionInput) -> bool
fn eq(&self, other: &CreateIngestionInput) -> bool
impl StructuralPartialEq for CreateIngestionInput
Auto Trait Implementations
impl RefUnwindSafe for CreateIngestionInput
impl Send for CreateIngestionInput
impl Sync for CreateIngestionInput
impl Unpin for CreateIngestionInput
impl UnwindSafe for CreateIngestionInput
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