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