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