Struct aws_sdk_m2::model::DataSetImportSummary  
source · #[non_exhaustive]pub struct DataSetImportSummary { /* private fields */ }Expand description
Represents a summary of data set imports.
Implementations§
source§impl DataSetImportSummary
 
impl DataSetImportSummary
sourcepub fn in_progress(&self) -> i32
 
pub fn in_progress(&self) -> i32
The number of data set imports that are in progress.
source§impl DataSetImportSummary
 
impl DataSetImportSummary
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataSetImportSummary.
Trait Implementations§
source§impl Clone for DataSetImportSummary
 
impl Clone for DataSetImportSummary
source§fn clone(&self) -> DataSetImportSummary
 
fn clone(&self) -> DataSetImportSummary
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 moresource§impl Debug for DataSetImportSummary
 
impl Debug for DataSetImportSummary
source§impl PartialEq<DataSetImportSummary> for DataSetImportSummary
 
impl PartialEq<DataSetImportSummary> for DataSetImportSummary
source§fn eq(&self, other: &DataSetImportSummary) -> bool
 
fn eq(&self, other: &DataSetImportSummary) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.