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)


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