Struct aws_sdk_dynamodb::output::DescribeExportOutput
source · #[non_exhaustive]pub struct DescribeExportOutput { /* private fields */ }
Implementations§
source§impl DescribeExportOutput
impl DescribeExportOutput
sourcepub fn export_description(&self) -> Option<&ExportDescription>
pub fn export_description(&self) -> Option<&ExportDescription>
Represents the properties of the export.
source§impl DescribeExportOutput
impl DescribeExportOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeExportOutput
.
Trait Implementations§
source§impl Clone for DescribeExportOutput
impl Clone for DescribeExportOutput
source§fn clone(&self) -> DescribeExportOutput
fn clone(&self) -> DescribeExportOutput
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