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