#[non_exhaustive]pub struct IamPolicyAssignmentSummary { /* private fields */ }
Expand description
IAM policy assignment summary.
Implementations§
source§impl IamPolicyAssignmentSummary
impl IamPolicyAssignmentSummary
sourcepub fn assignment_name(&self) -> Option<&str>
pub fn assignment_name(&self) -> Option<&str>
Assignment name.
sourcepub fn assignment_status(&self) -> Option<&AssignmentStatus>
pub fn assignment_status(&self) -> Option<&AssignmentStatus>
Assignment status.
source§impl IamPolicyAssignmentSummary
impl IamPolicyAssignmentSummary
sourcepub fn builder() -> IamPolicyAssignmentSummaryBuilder
pub fn builder() -> IamPolicyAssignmentSummaryBuilder
Creates a new builder-style object to manufacture IamPolicyAssignmentSummary
.
Trait Implementations§
source§impl Clone for IamPolicyAssignmentSummary
impl Clone for IamPolicyAssignmentSummary
source§fn clone(&self) -> IamPolicyAssignmentSummary
fn clone(&self) -> IamPolicyAssignmentSummary
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 IamPolicyAssignmentSummary
impl Debug for IamPolicyAssignmentSummary
source§impl PartialEq<IamPolicyAssignmentSummary> for IamPolicyAssignmentSummary
impl PartialEq<IamPolicyAssignmentSummary> for IamPolicyAssignmentSummary
source§fn eq(&self, other: &IamPolicyAssignmentSummary) -> bool
fn eq(&self, other: &IamPolicyAssignmentSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.