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