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