#[non_exhaustive]pub struct ListEntitledApplicationsOutput { /* private fields */ }
Implementations§
source§impl ListEntitledApplicationsOutput
impl ListEntitledApplicationsOutput
sourcepub fn entitled_applications(&self) -> Option<&[EntitledApplication]>
pub fn entitled_applications(&self) -> Option<&[EntitledApplication]>
The entitled applications.
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 ListEntitledApplicationsOutput
impl ListEntitledApplicationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListEntitledApplicationsOutput
.
Trait Implementations§
source§impl Clone for ListEntitledApplicationsOutput
impl Clone for ListEntitledApplicationsOutput
source§fn clone(&self) -> ListEntitledApplicationsOutput
fn clone(&self) -> ListEntitledApplicationsOutput
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