Struct aws_sdk_macie2::operation::enable_macie::EnableMacieOutput
source · #[non_exhaustive]pub struct EnableMacieOutput { /* private fields */ }
Implementations§
source§impl EnableMacieOutput
impl EnableMacieOutput
sourcepub fn builder() -> EnableMacieOutputBuilder
pub fn builder() -> EnableMacieOutputBuilder
Creates a new builder-style object to manufacture EnableMacieOutput
.
Trait Implementations§
source§impl Clone for EnableMacieOutput
impl Clone for EnableMacieOutput
source§fn clone(&self) -> EnableMacieOutput
fn clone(&self) -> EnableMacieOutput
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 EnableMacieOutput
impl Debug for EnableMacieOutput
source§impl PartialEq<EnableMacieOutput> for EnableMacieOutput
impl PartialEq<EnableMacieOutput> for EnableMacieOutput
source§fn eq(&self, other: &EnableMacieOutput) -> bool
fn eq(&self, other: &EnableMacieOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for EnableMacieOutput
impl RequestId for EnableMacieOutput
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.