pub struct Policy { /* private fields */ }Expand description
The AWS::IAM::Policy resource type.
Trait Implementations§
Source§impl From<PolicyProperties> for Policy
impl From<PolicyProperties> for Policy
Source§fn from(properties: PolicyProperties) -> Policy
fn from(properties: PolicyProperties) -> Policy
Converts to this type from the input type.
Source§impl Resource for Policy
impl Resource for Policy
Source§type Properties = PolicyProperties
type Properties = PolicyProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &PolicyProperties
fn properties(&self) -> &PolicyProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut PolicyProperties
fn properties_mut(&mut self) -> &mut PolicyProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for Policy
impl RefUnwindSafe for Policy
impl Send for Policy
impl Sync for Policy
impl Unpin for Policy
impl UnwindSafe for Policy
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