#[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 more