pub struct DeviceConfiguration {
pub challenge_required_on_new_device: Option<Value<bool>>,
pub device_only_remembered_on_user_prompt: Option<Value<bool>>,
}Expand description
The AWS::Cognito::UserPool.DeviceConfiguration property type.
Fields§
§challenge_required_on_new_device: Option<Value<bool>>Property ChallengeRequiredOnNewDevice.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
device_only_remembered_on_user_prompt: Option<Value<bool>>Property DeviceOnlyRememberedOnUserPrompt.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for DeviceConfiguration
impl Debug for DeviceConfiguration
Source§impl Default for DeviceConfiguration
impl Default for DeviceConfiguration
Source§fn default() -> DeviceConfiguration
fn default() -> DeviceConfiguration
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeviceConfiguration
impl RefUnwindSafe for DeviceConfiguration
impl Send for DeviceConfiguration
impl Sync for DeviceConfiguration
impl Unpin for DeviceConfiguration
impl UnwindSafe for DeviceConfiguration
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