#[non_exhaustive]pub struct DescribeIamPolicyAssignmentOutput { /* private fields */ }Implementations
sourceimpl DescribeIamPolicyAssignmentOutput
impl DescribeIamPolicyAssignmentOutput
sourcepub fn iam_policy_assignment(&self) -> Option<&IamPolicyAssignment>
pub fn iam_policy_assignment(&self) -> Option<&IamPolicyAssignment>
Information describing the IAM policy assignment.
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request ID for this operation.
sourceimpl DescribeIamPolicyAssignmentOutput
impl DescribeIamPolicyAssignmentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeIamPolicyAssignmentOutput.
Trait Implementations
sourceimpl Clone for DescribeIamPolicyAssignmentOutput
impl Clone for DescribeIamPolicyAssignmentOutput
sourcefn clone(&self) -> DescribeIamPolicyAssignmentOutput
fn clone(&self) -> DescribeIamPolicyAssignmentOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DescribeIamPolicyAssignmentOutput> for DescribeIamPolicyAssignmentOutput
impl PartialEq<DescribeIamPolicyAssignmentOutput> for DescribeIamPolicyAssignmentOutput
sourcefn eq(&self, other: &DescribeIamPolicyAssignmentOutput) -> bool
fn eq(&self, other: &DescribeIamPolicyAssignmentOutput) -> bool
impl StructuralPartialEq for DescribeIamPolicyAssignmentOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeIamPolicyAssignmentOutput
impl Send for DescribeIamPolicyAssignmentOutput
impl Sync for DescribeIamPolicyAssignmentOutput
impl Unpin for DescribeIamPolicyAssignmentOutput
impl UnwindSafe for DescribeIamPolicyAssignmentOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more