#[non_exhaustive]pub struct PolicyGenerationDetails { /* private fields */ }
Expand description
Contains the ARN details about the IAM entity for which the policy is generated.
Implementations§
source§impl 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.
source§impl PolicyGenerationDetails
impl PolicyGenerationDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PolicyGenerationDetails
.
Trait Implementations§
source§impl Clone for PolicyGenerationDetails
impl Clone for PolicyGenerationDetails
source§fn clone(&self) -> PolicyGenerationDetails
fn clone(&self) -> PolicyGenerationDetails
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 PolicyGenerationDetails
impl Debug for PolicyGenerationDetails
source§impl PartialEq<PolicyGenerationDetails> for PolicyGenerationDetails
impl PartialEq<PolicyGenerationDetails> for PolicyGenerationDetails
source§fn eq(&self, other: &PolicyGenerationDetails) -> bool
fn eq(&self, other: &PolicyGenerationDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.