Struct aws_sdk_securityhub::model::AwsIamRolePolicy
source · #[non_exhaustive]pub struct AwsIamRolePolicy { /* private fields */ }
Expand description
An inline policy that is embedded in the role.
Implementations§
source§impl AwsIamRolePolicy
impl AwsIamRolePolicy
sourcepub fn policy_name(&self) -> Option<&str>
pub fn policy_name(&self) -> Option<&str>
The name of the policy.
source§impl AwsIamRolePolicy
impl AwsIamRolePolicy
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsIamRolePolicy
.
Trait Implementations§
source§impl Clone for AwsIamRolePolicy
impl Clone for AwsIamRolePolicy
source§fn clone(&self) -> AwsIamRolePolicy
fn clone(&self) -> AwsIamRolePolicy
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 AwsIamRolePolicy
impl Debug for AwsIamRolePolicy
source§impl PartialEq<AwsIamRolePolicy> for AwsIamRolePolicy
impl PartialEq<AwsIamRolePolicy> for AwsIamRolePolicy
source§fn eq(&self, other: &AwsIamRolePolicy) -> bool
fn eq(&self, other: &AwsIamRolePolicy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.