#[non_exhaustive]pub struct CreateRuleGroupOutput { /* private fields */ }Implementations§
source§impl CreateRuleGroupOutput
impl CreateRuleGroupOutput
sourcepub fn rule_group(&self) -> Option<&RuleGroup>
pub fn rule_group(&self) -> Option<&RuleGroup>
An empty RuleGroup.
sourcepub fn change_token(&self) -> Option<&str>
pub fn change_token(&self) -> Option<&str>
The ChangeToken that you used to submit the CreateRuleGroup request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
source§impl CreateRuleGroupOutput
impl CreateRuleGroupOutput
sourcepub fn builder() -> CreateRuleGroupOutputBuilder
pub fn builder() -> CreateRuleGroupOutputBuilder
Creates a new builder-style object to manufacture CreateRuleGroupOutput.
Trait Implementations§
source§impl Clone for CreateRuleGroupOutput
impl Clone for CreateRuleGroupOutput
source§fn clone(&self) -> CreateRuleGroupOutput
fn clone(&self) -> CreateRuleGroupOutput
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 CreateRuleGroupOutput
impl Debug for CreateRuleGroupOutput
source§impl PartialEq<CreateRuleGroupOutput> for CreateRuleGroupOutput
impl PartialEq<CreateRuleGroupOutput> for CreateRuleGroupOutput
source§fn eq(&self, other: &CreateRuleGroupOutput) -> bool
fn eq(&self, other: &CreateRuleGroupOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateRuleGroupOutput
impl RequestId for CreateRuleGroupOutput
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.