Class: Aws::CognitoIdentityProvider::Types::ConfirmDeviceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Confirms the device response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_confirmation_necessaryBoolean

Indicates whether the user confirmation must confirm the device response.

Returns:

  • (Boolean)


2437
2438
2439
2440
2441
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2437

class ConfirmDeviceResponse < Struct.new(
  :user_confirmation_necessary)
  SENSITIVE = []
  include Aws::Structure
end