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