#[non_exhaustive]pub struct DescribeEntitlementsOutput { /* private fields */ }Implementations§
source§impl DescribeEntitlementsOutput
impl DescribeEntitlementsOutput
sourcepub fn entitlements(&self) -> Option<&[Entitlement]>
pub fn entitlements(&self) -> Option<&[Entitlement]>
The entitlements.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token used to retrieve the next page of results for this operation.
source§impl DescribeEntitlementsOutput
impl DescribeEntitlementsOutput
sourcepub fn builder() -> DescribeEntitlementsOutputBuilder
pub fn builder() -> DescribeEntitlementsOutputBuilder
Creates a new builder-style object to manufacture DescribeEntitlementsOutput.
Trait Implementations§
source§impl Clone for DescribeEntitlementsOutput
impl Clone for DescribeEntitlementsOutput
source§fn clone(&self) -> DescribeEntitlementsOutput
fn clone(&self) -> DescribeEntitlementsOutput
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 DescribeEntitlementsOutput
impl Debug for DescribeEntitlementsOutput
source§impl PartialEq<DescribeEntitlementsOutput> for DescribeEntitlementsOutput
impl PartialEq<DescribeEntitlementsOutput> for DescribeEntitlementsOutput
source§fn eq(&self, other: &DescribeEntitlementsOutput) -> bool
fn eq(&self, other: &DescribeEntitlementsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeEntitlementsOutput
impl RequestId for DescribeEntitlementsOutput
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.