Struct aws_sdk_quicksight::input::CreateIngestionInput
source · [−]#[non_exhaustive]pub struct CreateIngestionInput {
pub data_set_id: Option<String>,
pub ingestion_id: Option<String>,
pub aws_account_id: Option<String>,
pub ingestion_type: Option<IngestionType>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.data_set_id: Option<String>The ID of the dataset used in the ingestion.
ingestion_id: Option<String>An ID for the ingestion.
aws_account_id: Option<String>The Amazon Web Services account ID.
ingestion_type: Option<IngestionType>The type of ingestion that you want to create.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateIngestion, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateIngestion, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateIngestion>
Creates a new builder-style object to manufacture CreateIngestionInput
The ID of the dataset used in the ingestion.
An ID for the ingestion.
The Amazon Web Services account ID.
The type of ingestion that you want to create.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more