#[non_exhaustive]pub struct BatchGetReportGroupsOutput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl BatchGetReportGroupsOutput
impl BatchGetReportGroupsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetReportGroupsOutput
.
Trait Implementations
sourceimpl Clone for BatchGetReportGroupsOutput
impl Clone for BatchGetReportGroupsOutput
sourcefn clone(&self) -> BatchGetReportGroupsOutput
fn clone(&self) -> BatchGetReportGroupsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for BatchGetReportGroupsOutput
impl Debug for BatchGetReportGroupsOutput
sourceimpl PartialEq<BatchGetReportGroupsOutput> for BatchGetReportGroupsOutput
impl PartialEq<BatchGetReportGroupsOutput> for BatchGetReportGroupsOutput
sourcefn eq(&self, other: &BatchGetReportGroupsOutput) -> bool
fn eq(&self, other: &BatchGetReportGroupsOutput) -> bool
impl StructuralPartialEq for BatchGetReportGroupsOutput
Auto Trait Implementations
impl RefUnwindSafe for BatchGetReportGroupsOutput
impl Send for BatchGetReportGroupsOutput
impl Sync for BatchGetReportGroupsOutput
impl Unpin for BatchGetReportGroupsOutput
impl UnwindSafe for BatchGetReportGroupsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more