pub struct PolicyDescriptorType {
pub arn: Option<String>,
}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.
Fields§
§arn: Option<String>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 AWS Service Namespaces in the AWS General Reference.
Trait Implementations§
Source§impl Clone for PolicyDescriptorType
impl Clone for PolicyDescriptorType
Source§fn clone(&self) -> PolicyDescriptorType
fn clone(&self) -> PolicyDescriptorType
Returns a duplicate 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 Default for PolicyDescriptorType
impl Default for PolicyDescriptorType
Source§fn default() -> PolicyDescriptorType
fn default() -> PolicyDescriptorType
Returns the “default value” for a type. Read more
Source§impl PartialEq for PolicyDescriptorType
impl PartialEq for PolicyDescriptorType
impl StructuralPartialEq for PolicyDescriptorType
Auto Trait Implementations§
impl Freeze for PolicyDescriptorType
impl RefUnwindSafe for PolicyDescriptorType
impl Send for PolicyDescriptorType
impl Sync for PolicyDescriptorType
impl Unpin for PolicyDescriptorType
impl UnwindSafe for PolicyDescriptorType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more