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