Struct aws_sdk_securityhub::model::AwsIamUserPolicy
source · #[non_exhaustive]pub struct AwsIamUserPolicy { /* private fields */ }
Expand description
Information about an inline policy that is embedded in the user.
Implementations§
source§impl AwsIamUserPolicy
impl AwsIamUserPolicy
sourcepub fn policy_name(&self) -> Option<&str>
pub fn policy_name(&self) -> Option<&str>
The name of the policy.
source§impl AwsIamUserPolicy
impl AwsIamUserPolicy
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsIamUserPolicy
.
Trait Implementations§
source§impl Clone for AwsIamUserPolicy
impl Clone for AwsIamUserPolicy
source§fn clone(&self) -> AwsIamUserPolicy
fn clone(&self) -> AwsIamUserPolicy
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 more