#[non_exhaustive]pub struct ListReportPlansOutput { /* private fields */ }
Implementations§
source§impl ListReportPlansOutput
impl ListReportPlansOutput
sourcepub fn report_plans(&self) -> Option<&[ReportPlan]>
pub fn report_plans(&self) -> Option<&[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.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
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.
source§impl ListReportPlansOutput
impl ListReportPlansOutput
sourcepub fn builder() -> ListReportPlansOutputBuilder
pub fn builder() -> ListReportPlansOutputBuilder
Creates a new builder-style object to manufacture ListReportPlansOutput
.
Trait Implementations§
source§impl Clone for ListReportPlansOutput
impl Clone for ListReportPlansOutput
source§fn clone(&self) -> ListReportPlansOutput
fn clone(&self) -> ListReportPlansOutput
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 ListReportPlansOutput
impl Debug for ListReportPlansOutput
source§impl PartialEq<ListReportPlansOutput> for ListReportPlansOutput
impl PartialEq<ListReportPlansOutput> for ListReportPlansOutput
source§fn eq(&self, other: &ListReportPlansOutput) -> bool
fn eq(&self, other: &ListReportPlansOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListReportPlansOutput
impl RequestId for ListReportPlansOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.