Struct aws_sdk_ssoadmin::operation::attach_managed_policy_to_permission_set::AttachManagedPolicyToPermissionSetOutput
source · #[non_exhaustive]pub struct AttachManagedPolicyToPermissionSetOutput { /* private fields */ }Implementations§
source§impl AttachManagedPolicyToPermissionSetOutput
impl AttachManagedPolicyToPermissionSetOutput
sourcepub fn builder() -> AttachManagedPolicyToPermissionSetOutputBuilder
pub fn builder() -> AttachManagedPolicyToPermissionSetOutputBuilder
Creates a new builder-style object to manufacture AttachManagedPolicyToPermissionSetOutput.
Trait Implementations§
source§impl Clone for AttachManagedPolicyToPermissionSetOutput
impl Clone for AttachManagedPolicyToPermissionSetOutput
source§fn clone(&self) -> AttachManagedPolicyToPermissionSetOutput
fn clone(&self) -> AttachManagedPolicyToPermissionSetOutput
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 for AttachManagedPolicyToPermissionSetOutput
impl PartialEq for AttachManagedPolicyToPermissionSetOutput
source§fn eq(&self, other: &AttachManagedPolicyToPermissionSetOutput) -> bool
fn eq(&self, other: &AttachManagedPolicyToPermissionSetOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for AttachManagedPolicyToPermissionSetOutput
impl RequestId for AttachManagedPolicyToPermissionSetOutput
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.impl StructuralPartialEq for AttachManagedPolicyToPermissionSetOutput
Auto Trait Implementations§
impl RefUnwindSafe for AttachManagedPolicyToPermissionSetOutput
impl Send for AttachManagedPolicyToPermissionSetOutput
impl Sync for AttachManagedPolicyToPermissionSetOutput
impl Unpin for AttachManagedPolicyToPermissionSetOutput
impl UnwindSafe for AttachManagedPolicyToPermissionSetOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.