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