SubscribeToDatasetRequest
public struct SubscribeToDatasetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the dataset to subcribe to.
Declaration
Swift
public let datasetName: String
-
The unique ID generated for this device by Cognito.
Declaration
Swift
public let deviceId: String
-
Unique ID for this identity.
Declaration
Swift
public let identityId: 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.
Declaration
Swift
public let identityPoolId: String
-
Undocumented
Declaration
Swift
public init(datasetName: String, deviceId: String, identityId: String, identityPoolId: String)
-
Declaration
Swift
public func validate(name: String) throws