Class: Aws::CognitoSync::Types::UnsubscribeFromDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::UnsubscribeFromDatasetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitosync/types.rb
Overview
A request to UnsubscribeFromDataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_name ⇒ String
The name of the dataset from which to unsubcribe.
-
#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 from which to unsubcribe.
1159 1160 1161 1162 1163 1164 1165 1166 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 1159 class UnsubscribeFromDatasetRequest < 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.
1159 1160 1161 1162 1163 1164 1165 1166 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 1159 class UnsubscribeFromDatasetRequest < Struct.new( :identity_pool_id, :identity_id, :dataset_name, :device_id) SENSITIVE = [] include Aws::Structure end |
#identity_id ⇒ String
Unique ID for this identity.
1159 1160 1161 1162 1163 1164 1165 1166 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 1159 class UnsubscribeFromDatasetRequest < 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 this identity belongs.
1159 1160 1161 1162 1163 1164 1165 1166 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 1159 class UnsubscribeFromDatasetRequest < Struct.new( :identity_pool_id, :identity_id, :dataset_name, :device_id) SENSITIVE = [] include Aws::Structure end |