#[non_exhaustive]pub struct ListRateBasedRulesOutput { /* private fields */ }Implementations§
source§impl ListRateBasedRulesOutput
impl ListRateBasedRulesOutput
sourcepub fn next_marker(&self) -> Option<&str>
pub fn next_marker(&self) -> Option<&str>
If you have more Rules than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more Rules, submit another ListRateBasedRules request, and specify the NextMarker value from the response in the NextMarker value in the next request.
sourcepub fn rules(&self) -> Option<&[RuleSummary]>
pub fn rules(&self) -> Option<&[RuleSummary]>
An array of RuleSummary objects.
source§impl ListRateBasedRulesOutput
impl ListRateBasedRulesOutput
sourcepub fn builder() -> ListRateBasedRulesOutputBuilder
pub fn builder() -> ListRateBasedRulesOutputBuilder
Creates a new builder-style object to manufacture ListRateBasedRulesOutput.
Trait Implementations§
source§impl Clone for ListRateBasedRulesOutput
impl Clone for ListRateBasedRulesOutput
source§fn clone(&self) -> ListRateBasedRulesOutput
fn clone(&self) -> ListRateBasedRulesOutput
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 ListRateBasedRulesOutput
impl Debug for ListRateBasedRulesOutput
source§impl PartialEq<ListRateBasedRulesOutput> for ListRateBasedRulesOutput
impl PartialEq<ListRateBasedRulesOutput> for ListRateBasedRulesOutput
source§fn eq(&self, other: &ListRateBasedRulesOutput) -> bool
fn eq(&self, other: &ListRateBasedRulesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListRateBasedRulesOutput
impl RequestId for ListRateBasedRulesOutput
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.