#[non_exhaustive]pub struct ExportTableToPointInTimeOutput { /* private fields */ }
Implementations§
source§impl ExportTableToPointInTimeOutput
impl ExportTableToPointInTimeOutput
sourcepub fn export_description(&self) -> Option<&ExportDescription>
pub fn export_description(&self) -> Option<&ExportDescription>
Contains a description of the table export.
source§impl ExportTableToPointInTimeOutput
impl ExportTableToPointInTimeOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportTableToPointInTimeOutput
.
Trait Implementations§
source§impl Clone for ExportTableToPointInTimeOutput
impl Clone for ExportTableToPointInTimeOutput
source§fn clone(&self) -> ExportTableToPointInTimeOutput
fn clone(&self) -> ExportTableToPointInTimeOutput
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 more