Struct aws_sdk_sts::model::PolicyDescriptorType
source · #[non_exhaustive]pub struct PolicyDescriptorType { /* private fields */ }
Expand description
A reference to the IAM managed policy that is passed as a session policy for a role session or a federated user session.
Implementations§
source§impl PolicyDescriptorType
impl PolicyDescriptorType
sourcepub fn arn(&self) -> Option<&str>
pub fn arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the IAM managed policy to use as a session policy for the role. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
source§impl PolicyDescriptorType
impl PolicyDescriptorType
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PolicyDescriptorType
.
Trait Implementations§
source§impl Clone for PolicyDescriptorType
impl Clone for PolicyDescriptorType
source§fn clone(&self) -> PolicyDescriptorType
fn clone(&self) -> PolicyDescriptorType
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 PolicyDescriptorType
impl Debug for PolicyDescriptorType
source§impl PartialEq<PolicyDescriptorType> for PolicyDescriptorType
impl PartialEq<PolicyDescriptorType> for PolicyDescriptorType
source§fn eq(&self, other: &PolicyDescriptorType) -> bool
fn eq(&self, other: &PolicyDescriptorType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.