#[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() -> Builder
pub fn builder() -> Builder
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 more