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