Struct aws_sdk_backup::output::ListReportPlansOutput [−][src]
#[non_exhaustive]pub struct ListReportPlansOutput {
pub report_plans: Option<Vec<ReportPlan>>,
pub next_token: Option<String>,
}
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.report_plans: Option<Vec<ReportPlan>>
A list of your report plans with detailed information for each plan. This information includes the Amazon Resource Name (ARN), report plan name, description, settings, delivery channel, deployment status, creation time, and last times the report plan attempted to and successfully ran.
next_token: Option<String>
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Implementations
Creates a new builder-style object to manufacture ListReportPlansOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ListReportPlansOutput
impl Send for ListReportPlansOutput
impl Sync for ListReportPlansOutput
impl Unpin for ListReportPlansOutput
impl UnwindSafe for ListReportPlansOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more