#[non_exhaustive]pub struct ListPermissionSetsOutput { /* private fields */ }Implementations§
source§impl ListPermissionSetsOutput
impl ListPermissionSetsOutput
sourcepub fn permission_sets(&self) -> Option<&[String]>
pub fn permission_sets(&self) -> Option<&[String]>
Defines the level of access on an AWS account.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
source§impl ListPermissionSetsOutput
impl ListPermissionSetsOutput
sourcepub fn builder() -> ListPermissionSetsOutputBuilder
pub fn builder() -> ListPermissionSetsOutputBuilder
Creates a new builder-style object to manufacture ListPermissionSetsOutput.
Trait Implementations§
source§impl Clone for ListPermissionSetsOutput
impl Clone for ListPermissionSetsOutput
source§fn clone(&self) -> ListPermissionSetsOutput
fn clone(&self) -> ListPermissionSetsOutput
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 ListPermissionSetsOutput
impl Debug for ListPermissionSetsOutput
source§impl PartialEq<ListPermissionSetsOutput> for ListPermissionSetsOutput
impl PartialEq<ListPermissionSetsOutput> for ListPermissionSetsOutput
source§fn eq(&self, other: &ListPermissionSetsOutput) -> bool
fn eq(&self, other: &ListPermissionSetsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListPermissionSetsOutput
impl RequestId for ListPermissionSetsOutput
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.