Class: Aws::CognitoIdentityProvider::Types::ConfirmDeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ConfirmDeviceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Confirms the device response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_confirmation_necessary ⇒ Boolean
Indicates whether the user confirmation must confirm the device response.
Instance Attribute Details
#user_confirmation_necessary ⇒ Boolean
Indicates whether the user confirmation must confirm the device response.
2485 2486 2487 2488 2489 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2485 class ConfirmDeviceResponse < Struct.new( :user_confirmation_necessary) SENSITIVE = [] include Aws::Structure end |