#[non_exhaustive]pub struct DescribePermissionSetOutput { /* private fields */ }Implementations§
source§impl DescribePermissionSetOutput
impl DescribePermissionSetOutput
sourcepub fn permission_set(&self) -> Option<&PermissionSet>
pub fn permission_set(&self) -> Option<&PermissionSet>
Describes the level of access on an AWS account.
source§impl DescribePermissionSetOutput
impl DescribePermissionSetOutput
sourcepub fn builder() -> DescribePermissionSetOutputBuilder
pub fn builder() -> DescribePermissionSetOutputBuilder
Creates a new builder-style object to manufacture DescribePermissionSetOutput.
Trait Implementations§
source§impl Clone for DescribePermissionSetOutput
impl Clone for DescribePermissionSetOutput
source§fn clone(&self) -> DescribePermissionSetOutput
fn clone(&self) -> DescribePermissionSetOutput
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 DescribePermissionSetOutput
impl Debug for DescribePermissionSetOutput
source§impl PartialEq<DescribePermissionSetOutput> for DescribePermissionSetOutput
impl PartialEq<DescribePermissionSetOutput> for DescribePermissionSetOutput
source§fn eq(&self, other: &DescribePermissionSetOutput) -> bool
fn eq(&self, other: &DescribePermissionSetOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribePermissionSetOutput
impl RequestId for DescribePermissionSetOutput
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.