Struct aws_sdk_ssoadmin::model::AttachedManagedPolicy
source · #[non_exhaustive]pub struct AttachedManagedPolicy { /* private fields */ }
Expand description
A structure that stores the details of the AWS managed policy.
Implementations§
source§impl AttachedManagedPolicy
impl AttachedManagedPolicy
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AttachedManagedPolicy
.
Trait Implementations§
source§impl Clone for AttachedManagedPolicy
impl Clone for AttachedManagedPolicy
source§fn clone(&self) -> AttachedManagedPolicy
fn clone(&self) -> AttachedManagedPolicy
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 AttachedManagedPolicy
impl Debug for AttachedManagedPolicy
source§impl PartialEq<AttachedManagedPolicy> for AttachedManagedPolicy
impl PartialEq<AttachedManagedPolicy> for AttachedManagedPolicy
source§fn eq(&self, other: &AttachedManagedPolicy) -> bool
fn eq(&self, other: &AttachedManagedPolicy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.