#[non_exhaustive]pub struct PolicyGenerationDetails { /* private fields */ }Expand description
Contains the ARN details about the IAM entity for which the policy is generated.
Implementations
sourceimpl PolicyGenerationDetails
impl PolicyGenerationDetails
sourcepub fn principal_arn(&self) -> Option<&str>
pub fn principal_arn(&self) -> Option<&str>
The ARN of the IAM entity (user or role) for which you are generating a policy.
sourceimpl PolicyGenerationDetails
impl PolicyGenerationDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PolicyGenerationDetails.
Trait Implementations
sourceimpl Clone for PolicyGenerationDetails
impl Clone for PolicyGenerationDetails
sourcefn clone(&self) -> PolicyGenerationDetails
fn clone(&self) -> PolicyGenerationDetails
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 Debug for PolicyGenerationDetails
impl Debug for PolicyGenerationDetails
sourceimpl PartialEq<PolicyGenerationDetails> for PolicyGenerationDetails
impl PartialEq<PolicyGenerationDetails> for PolicyGenerationDetails
sourcefn eq(&self, other: &PolicyGenerationDetails) -> bool
fn eq(&self, other: &PolicyGenerationDetails) -> bool
impl StructuralPartialEq for PolicyGenerationDetails
Auto Trait Implementations
impl RefUnwindSafe for PolicyGenerationDetails
impl Send for PolicyGenerationDetails
impl Sync for PolicyGenerationDetails
impl Unpin for PolicyGenerationDetails
impl UnwindSafe for PolicyGenerationDetails
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