#[non_exhaustive]pub struct UpdateReportGroupOutput { /* private fields */ }
Implementations§
source§impl UpdateReportGroupOutput
impl UpdateReportGroupOutput
sourcepub fn report_group(&self) -> Option<&ReportGroup>
pub fn report_group(&self) -> Option<&ReportGroup>
Information about the updated report group.
source§impl UpdateReportGroupOutput
impl UpdateReportGroupOutput
sourcepub fn builder() -> UpdateReportGroupOutputBuilder
pub fn builder() -> UpdateReportGroupOutputBuilder
Creates a new builder-style object to manufacture UpdateReportGroupOutput
.
Trait Implementations§
source§impl Clone for UpdateReportGroupOutput
impl Clone for UpdateReportGroupOutput
source§fn clone(&self) -> UpdateReportGroupOutput
fn clone(&self) -> UpdateReportGroupOutput
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 UpdateReportGroupOutput
impl Debug for UpdateReportGroupOutput
source§impl PartialEq<UpdateReportGroupOutput> for UpdateReportGroupOutput
impl PartialEq<UpdateReportGroupOutput> for UpdateReportGroupOutput
source§fn eq(&self, other: &UpdateReportGroupOutput) -> bool
fn eq(&self, other: &UpdateReportGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateReportGroupOutput
impl RequestId for UpdateReportGroupOutput
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.