Struct aws_sdk_glue::types::CatalogImportStatus
source · #[non_exhaustive]pub struct CatalogImportStatus { /* private fields */ }
Expand description
A structure containing migration status information.
Implementations§
source§impl CatalogImportStatus
impl CatalogImportStatus
sourcepub fn import_completed(&self) -> bool
pub fn import_completed(&self) -> bool
True
if the migration has completed, or False
otherwise.
sourcepub fn import_time(&self) -> Option<&DateTime>
pub fn import_time(&self) -> Option<&DateTime>
The time that the migration was started.
sourcepub fn imported_by(&self) -> Option<&str>
pub fn imported_by(&self) -> Option<&str>
The name of the person who initiated the migration.
source§impl CatalogImportStatus
impl CatalogImportStatus
sourcepub fn builder() -> CatalogImportStatusBuilder
pub fn builder() -> CatalogImportStatusBuilder
Creates a new builder-style object to manufacture CatalogImportStatus
.
Trait Implementations§
source§impl Clone for CatalogImportStatus
impl Clone for CatalogImportStatus
source§fn clone(&self) -> CatalogImportStatus
fn clone(&self) -> CatalogImportStatus
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 CatalogImportStatus
impl Debug for CatalogImportStatus
source§impl PartialEq<CatalogImportStatus> for CatalogImportStatus
impl PartialEq<CatalogImportStatus> for CatalogImportStatus
source§fn eq(&self, other: &CatalogImportStatus) -> bool
fn eq(&self, other: &CatalogImportStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CatalogImportStatus
Auto Trait Implementations§
impl RefUnwindSafe for CatalogImportStatus
impl Send for CatalogImportStatus
impl Sync for CatalogImportStatus
impl Unpin for CatalogImportStatus
impl UnwindSafe for CatalogImportStatus
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