#[non_exhaustive]pub struct DescribeUsageLimitsOutput { /* private fields */ }
Implementations§
source§impl DescribeUsageLimitsOutput
impl DescribeUsageLimitsOutput
sourcepub fn usage_limits(&self) -> Option<&[UsageLimit]>
pub fn usage_limits(&self) -> Option<&[UsageLimit]>
Contains the output from the DescribeUsageLimits
action.
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
source§impl DescribeUsageLimitsOutput
impl DescribeUsageLimitsOutput
sourcepub fn builder() -> DescribeUsageLimitsOutputBuilder
pub fn builder() -> DescribeUsageLimitsOutputBuilder
Creates a new builder-style object to manufacture DescribeUsageLimitsOutput
.
Trait Implementations§
source§impl Clone for DescribeUsageLimitsOutput
impl Clone for DescribeUsageLimitsOutput
source§fn clone(&self) -> DescribeUsageLimitsOutput
fn clone(&self) -> DescribeUsageLimitsOutput
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 DescribeUsageLimitsOutput
impl Debug for DescribeUsageLimitsOutput
source§impl PartialEq<DescribeUsageLimitsOutput> for DescribeUsageLimitsOutput
impl PartialEq<DescribeUsageLimitsOutput> for DescribeUsageLimitsOutput
source§fn eq(&self, other: &DescribeUsageLimitsOutput) -> bool
fn eq(&self, other: &DescribeUsageLimitsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeUsageLimitsOutput
impl RequestId for DescribeUsageLimitsOutput
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.impl StructuralPartialEq for DescribeUsageLimitsOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeUsageLimitsOutput
impl Send for DescribeUsageLimitsOutput
impl Sync for DescribeUsageLimitsOutput
impl Unpin for DescribeUsageLimitsOutput
impl UnwindSafe for DescribeUsageLimitsOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more