Class: Aws::CognitoSync::Types::RegisterDeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::RegisterDeviceResponse
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-cognitosync/types.rb', line 978 class RegisterDeviceResponse < Struct.new( :device_id) SENSITIVE = [] include Aws::Structure end |