Struct aws_sdk_ssoadmin::operation::delete_permissions_boundary_from_permission_set::DeletePermissionsBoundaryFromPermissionSetOutput
source · #[non_exhaustive]pub struct DeletePermissionsBoundaryFromPermissionSetOutput { /* private fields */ }Implementations§
source§impl DeletePermissionsBoundaryFromPermissionSetOutput
impl DeletePermissionsBoundaryFromPermissionSetOutput
sourcepub fn builder() -> DeletePermissionsBoundaryFromPermissionSetOutputBuilder
pub fn builder() -> DeletePermissionsBoundaryFromPermissionSetOutputBuilder
Creates a new builder-style object to manufacture DeletePermissionsBoundaryFromPermissionSetOutput.
Trait Implementations§
source§impl Clone for DeletePermissionsBoundaryFromPermissionSetOutput
impl Clone for DeletePermissionsBoundaryFromPermissionSetOutput
source§fn clone(&self) -> DeletePermissionsBoundaryFromPermissionSetOutput
fn clone(&self) -> DeletePermissionsBoundaryFromPermissionSetOutput
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 PartialEq<DeletePermissionsBoundaryFromPermissionSetOutput> for DeletePermissionsBoundaryFromPermissionSetOutput
impl PartialEq<DeletePermissionsBoundaryFromPermissionSetOutput> for DeletePermissionsBoundaryFromPermissionSetOutput
source§fn eq(&self, other: &DeletePermissionsBoundaryFromPermissionSetOutput) -> bool
fn eq(&self, other: &DeletePermissionsBoundaryFromPermissionSetOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeletePermissionsBoundaryFromPermissionSetOutput
impl RequestId for DeletePermissionsBoundaryFromPermissionSetOutput
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.