Class: Aws::CognitoSync::Types::RegisterDeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::RegisterDeviceResponse
- 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
-
#device_id ⇒ String
The unique ID generated for this device by Cognito.
Instance Attribute Details
#device_id ⇒ String
The unique ID generated for this device by Cognito.
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 |