#[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() -> BatchGetReportGroupsOutputBuilder
pub fn builder() -> BatchGetReportGroupsOutputBuilder
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 ==
.source§impl RequestId for BatchGetReportGroupsOutput
impl RequestId for BatchGetReportGroupsOutput
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.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more