#[non_exhaustive]pub struct DescribeExportTasksOutput { /* private fields */ }Implementations§
source§impl DescribeExportTasksOutput
impl DescribeExportTasksOutput
sourcepub fn exports_info(&self) -> Option<&[ExportInfo]>
pub fn exports_info(&self) -> Option<&[ExportInfo]>
Contains one or more sets of export request details. When the status of a request is SUCCEEDED, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken value to include in a future DescribeExportTasks request. When the results of a DescribeExportTasks request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
source§impl DescribeExportTasksOutput
impl DescribeExportTasksOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeExportTasksOutput.
Trait Implementations§
source§impl Clone for DescribeExportTasksOutput
impl Clone for DescribeExportTasksOutput
source§fn clone(&self) -> DescribeExportTasksOutput
fn clone(&self) -> DescribeExportTasksOutput
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 DescribeExportTasksOutput
impl Debug for DescribeExportTasksOutput
source§impl PartialEq<DescribeExportTasksOutput> for DescribeExportTasksOutput
impl PartialEq<DescribeExportTasksOutput> for DescribeExportTasksOutput
source§fn eq(&self, other: &DescribeExportTasksOutput) -> bool
fn eq(&self, other: &DescribeExportTasksOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.