Class: Aws::CognitoSync::Types::RegisterDeviceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb

Overview

Response to a RegisterDevice request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_idString

The unique ID generated for this device by Cognito.

Returns:

  • (String)


978
979
980
981
982
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 978

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