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.
2455 2456 2457 2458 2459 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2455 class ConfirmDeviceResponse < Struct.new( :user_confirmation_necessary) SENSITIVE = [] include Aws::Structure end |