#[non_exhaustive]pub struct DescribeExportConfigurationsOutput { /* private fields */ }Implementations§
source§impl DescribeExportConfigurationsOutput
impl DescribeExportConfigurationsOutput
sourcepub fn exports_info(&self) -> Option<&[ExportInfo]>
pub fn exports_info(&self) -> Option<&[ExportInfo]>
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token from the previous call to describe-export-tasks.
source§impl DescribeExportConfigurationsOutput
impl DescribeExportConfigurationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeExportConfigurationsOutput.
Trait Implementations§
source§impl Clone for DescribeExportConfigurationsOutput
impl Clone for DescribeExportConfigurationsOutput
source§fn clone(&self) -> DescribeExportConfigurationsOutput
fn clone(&self) -> DescribeExportConfigurationsOutput
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