pub struct BatchGetReportGroupsOutput {
pub report_groups: Option<Vec<ReportGroup>>,
pub report_groups_not_found: Option<Vec<String>>,
}
Fields§
§report_groups: Option<Vec<ReportGroup>>
The array of report groups returned by BatchGetReportGroups
.
report_groups_not_found: Option<Vec<String>>
An array of ARNs passed to BatchGetReportGroups
that are not associated with a ReportGroup
.
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 Default for BatchGetReportGroupsOutput
impl Default for BatchGetReportGroupsOutput
Source§fn default() -> BatchGetReportGroupsOutput
fn default() -> BatchGetReportGroupsOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BatchGetReportGroupsOutput
impl<'de> Deserialize<'de> for BatchGetReportGroupsOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for BatchGetReportGroupsOutput
Auto Trait Implementations§
impl Freeze for BatchGetReportGroupsOutput
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