pub struct CreateIngestionRequest {
pub aws_account_id: String,
pub data_set_id: String,
pub ingestion_id: String,
}
Fields§
§aws_account_id: String
The AWS account ID.
data_set_id: String
The ID of the dataset used in the ingestion.
ingestion_id: String
An ID for the ingestion.
Trait Implementations§
Source§impl Clone for CreateIngestionRequest
impl Clone for CreateIngestionRequest
Source§fn clone(&self) -> CreateIngestionRequest
fn clone(&self) -> CreateIngestionRequest
Returns a duplicate 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 moreSource§impl Debug for CreateIngestionRequest
impl Debug for CreateIngestionRequest
Source§impl Default for CreateIngestionRequest
impl Default for CreateIngestionRequest
Source§fn default() -> CreateIngestionRequest
fn default() -> CreateIngestionRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateIngestionRequest
impl PartialEq for CreateIngestionRequest
Source§impl Serialize for CreateIngestionRequest
impl Serialize for CreateIngestionRequest
impl StructuralPartialEq for CreateIngestionRequest
Auto Trait Implementations§
impl Freeze for CreateIngestionRequest
impl RefUnwindSafe for CreateIngestionRequest
impl Send for CreateIngestionRequest
impl Sync for CreateIngestionRequest
impl Unpin for CreateIngestionRequest
impl UnwindSafe for CreateIngestionRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more