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