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