#[non_exhaustive]pub struct BatchGetReportGroupsOutput { /* private fields */ }
Implementations§
source§impl BatchGetReportGroupsOutput
impl BatchGetReportGroupsOutput
sourcepub fn report_groups(&self) -> Option<&[ReportGroup]>
pub fn report_groups(&self) -> Option<&[ReportGroup]>
The array of report groups returned by BatchGetReportGroups
.
sourcepub fn report_groups_not_found(&self) -> Option<&[String]>
pub fn report_groups_not_found(&self) -> Option<&[String]>
An array of ARNs passed to BatchGetReportGroups
that are not associated with a ReportGroup
.
source§impl BatchGetReportGroupsOutput
impl BatchGetReportGroupsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetReportGroupsOutput
.
Trait Implementations§
source§impl Clone for BatchGetReportGroupsOutput
impl Clone for BatchGetReportGroupsOutput
source§fn clone(&self) -> BatchGetReportGroupsOutput
fn clone(&self) -> BatchGetReportGroupsOutput
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 BatchGetReportGroupsOutput
impl Debug for BatchGetReportGroupsOutput
source§impl PartialEq<BatchGetReportGroupsOutput> for BatchGetReportGroupsOutput
impl PartialEq<BatchGetReportGroupsOutput> for BatchGetReportGroupsOutput
source§fn eq(&self, other: &BatchGetReportGroupsOutput) -> bool
fn eq(&self, other: &BatchGetReportGroupsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.