Struct aws_sdk_applicationdiscovery::operation::describe_export_tasks::DescribeExportTasksOutput
source · #[non_exhaustive]pub struct DescribeExportTasksOutput {
pub exports_info: Option<Vec<ExportInfo>>,
pub next_token: Option<String>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.exports_info: Option<Vec<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.
next_token: Option<String>
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.
Implementations§
source§impl DescribeExportTasksOutput
impl DescribeExportTasksOutput
sourcepub fn exports_info(&self) -> &[ExportInfo]
pub fn exports_info(&self) -> &[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.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .exports_info.is_none()
.
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() -> DescribeExportTasksOutputBuilder
pub fn builder() -> DescribeExportTasksOutputBuilder
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DescribeExportTasksOutput
impl Debug for DescribeExportTasksOutput
source§impl PartialEq for DescribeExportTasksOutput
impl PartialEq for DescribeExportTasksOutput
source§fn eq(&self, other: &DescribeExportTasksOutput) -> bool
fn eq(&self, other: &DescribeExportTasksOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeExportTasksOutput
impl RequestId for DescribeExportTasksOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.