#[non_exhaustive]pub struct GetBlacklistReportsOutput { /* private fields */ }Expand description
An object that contains information about blacklist events.
Implementations§
source§impl GetBlacklistReportsOutput
impl GetBlacklistReportsOutput
sourcepub fn blacklist_report(&self) -> Option<&HashMap<String, Vec<BlacklistEntry>>>
pub fn blacklist_report(&self) -> Option<&HashMap<String, Vec<BlacklistEntry>>>
An object that contains information about a blacklist that one of your dedicated IP addresses appears on.
source§impl GetBlacklistReportsOutput
impl GetBlacklistReportsOutput
sourcepub fn builder() -> GetBlacklistReportsOutputBuilder
pub fn builder() -> GetBlacklistReportsOutputBuilder
Creates a new builder-style object to manufacture GetBlacklistReportsOutput.
Trait Implementations§
source§impl Clone for GetBlacklistReportsOutput
impl Clone for GetBlacklistReportsOutput
source§fn clone(&self) -> GetBlacklistReportsOutput
fn clone(&self) -> GetBlacklistReportsOutput
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 GetBlacklistReportsOutput
impl Debug for GetBlacklistReportsOutput
source§impl PartialEq<GetBlacklistReportsOutput> for GetBlacklistReportsOutput
impl PartialEq<GetBlacklistReportsOutput> for GetBlacklistReportsOutput
source§fn eq(&self, other: &GetBlacklistReportsOutput) -> bool
fn eq(&self, other: &GetBlacklistReportsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetBlacklistReportsOutput
impl RequestId for GetBlacklistReportsOutput
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.