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
sourceimpl 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.
sourceimpl PolicyDescriptorType
impl PolicyDescriptorType
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PolicyDescriptorType.
Trait Implementations
sourceimpl Clone for PolicyDescriptorType
impl Clone for PolicyDescriptorType
sourcefn clone(&self) -> PolicyDescriptorType
fn clone(&self) -> PolicyDescriptorType
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 PolicyDescriptorType
impl Debug for PolicyDescriptorType
sourceimpl PartialEq<PolicyDescriptorType> for PolicyDescriptorType
impl PartialEq<PolicyDescriptorType> for PolicyDescriptorType
sourcefn eq(&self, other: &PolicyDescriptorType) -> bool
fn eq(&self, other: &PolicyDescriptorType) -> bool
impl StructuralPartialEq for PolicyDescriptorType
Auto Trait Implementations
impl RefUnwindSafe for PolicyDescriptorType
impl Send for PolicyDescriptorType
impl Sync for PolicyDescriptorType
impl Unpin for PolicyDescriptorType
impl UnwindSafe for PolicyDescriptorType
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