Struct rusoto_cognito_idp::DeviceConfigurationType [] [src]

pub struct DeviceConfigurationType {
    pub challenge_required_on_new_device: Option<bool>,
    pub device_only_remembered_on_user_prompt: Option<bool>,
}

The type of configuration for the user pool's device tracking.

Fields

Indicates whether a challenge is required on a new device. Only applicable to a new device.

If true, a device is only remembered on user prompt.

Trait Implementations

impl Default for DeviceConfigurationType
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DeviceConfigurationType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeviceConfigurationType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations