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