Class: Aws::CognitoIdentityProvider::Types::ConfirmDeviceRequest

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

Overview

The confirm-device request.

Constant Summary collapse

SENSITIVE =
[:access_token]

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenString

A valid access token that Amazon Cognito issued to the user whose device you want to confirm.

Returns:

  • (String)


3154
3155
3156
3157
3158
3159
3160
3161
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3154

class ConfirmDeviceRequest < Struct.new(
  :access_token,
  :device_key,
  :device_secret_verifier_config,
  :device_name)
  SENSITIVE = [:access_token]
  include Aws::Structure
end

#device_keyString

The unique identifier, or device key, of the device that you want to update the status for.

Returns:

  • (String)


3154
3155
3156
3157
3158
3159
3160
3161
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3154

class ConfirmDeviceRequest < Struct.new(
  :access_token,
  :device_key,
  :device_secret_verifier_config,
  :device_name)
  SENSITIVE = [:access_token]
  include Aws::Structure
end

#device_nameString

A friendly name for the device, for example ‘MyMobilePhone`.

Returns:

  • (String)


3154
3155
3156
3157
3158
3159
3160
3161
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3154

class ConfirmDeviceRequest < Struct.new(
  :access_token,
  :device_key,
  :device_secret_verifier_config,
  :device_name)
  SENSITIVE = [:access_token]
  include Aws::Structure
end

#device_secret_verifier_configTypes::DeviceSecretVerifierConfigType

The configuration of the device secret verifier.



3154
3155
3156
3157
3158
3159
3160
3161
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3154

class ConfirmDeviceRequest < Struct.new(
  :access_token,
  :device_key,
  :device_secret_verifier_config,
  :device_name)
  SENSITIVE = [:access_token]
  include Aws::Structure
end