Class: Aws::CognitoSync::Types::SubscribeToDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::SubscribeToDatasetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitosync/types.rb
Overview
A request to SubscribeToDatasetRequest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_name ⇒ String
The name of the dataset to subcribe to.
-
#device_id ⇒ String
The unique ID generated for this device by Cognito.
-
#identity_id ⇒ String
Unique ID for this identity.
-
#identity_pool_id ⇒ String
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
Instance Attribute Details
#dataset_name ⇒ String
The name of the dataset to subcribe to.
1108 1109 1110 1111 1112 1113 1114 1115 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 1108 class SubscribeToDatasetRequest < Struct.new( :identity_pool_id, :identity_id, :dataset_name, :device_id) SENSITIVE = [] include Aws::Structure end |
#device_id ⇒ String
The unique ID generated for this device by Cognito.
1108 1109 1110 1111 1112 1113 1114 1115 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 1108 class SubscribeToDatasetRequest < Struct.new( :identity_pool_id, :identity_id, :dataset_name, :device_id) SENSITIVE = [] include Aws::Structure end |
#identity_id ⇒ String
Unique ID for this identity.
1108 1109 1110 1111 1112 1113 1114 1115 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 1108 class SubscribeToDatasetRequest < Struct.new( :identity_pool_id, :identity_id, :dataset_name, :device_id) SENSITIVE = [] include Aws::Structure end |
#identity_pool_id ⇒ String
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs.
1108 1109 1110 1111 1112 1113 1114 1115 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 1108 class SubscribeToDatasetRequest < Struct.new( :identity_pool_id, :identity_id, :dataset_name, :device_id) SENSITIVE = [] include Aws::Structure end |