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