#[non_exhaustive]pub struct AwsIamAttachedManagedPolicy { /* private fields */ }
Expand description
A managed policy that is attached to an IAM principal.
Implementations§
source§impl AwsIamAttachedManagedPolicy
impl AwsIamAttachedManagedPolicy
sourcepub fn policy_name(&self) -> Option<&str>
pub fn policy_name(&self) -> Option<&str>
The name of the policy.
sourcepub fn policy_arn(&self) -> Option<&str>
pub fn policy_arn(&self) -> Option<&str>
The ARN of the policy.
source§impl AwsIamAttachedManagedPolicy
impl AwsIamAttachedManagedPolicy
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsIamAttachedManagedPolicy
.
Trait Implementations§
source§impl Clone for AwsIamAttachedManagedPolicy
impl Clone for AwsIamAttachedManagedPolicy
source§fn clone(&self) -> AwsIamAttachedManagedPolicy
fn clone(&self) -> AwsIamAttachedManagedPolicy
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 AwsIamAttachedManagedPolicy
impl Debug for AwsIamAttachedManagedPolicy
source§impl PartialEq<AwsIamAttachedManagedPolicy> for AwsIamAttachedManagedPolicy
impl PartialEq<AwsIamAttachedManagedPolicy> for AwsIamAttachedManagedPolicy
source§fn eq(&self, other: &AwsIamAttachedManagedPolicy) -> bool
fn eq(&self, other: &AwsIamAttachedManagedPolicy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.