DescribeSubscribersForNotificationResponse
public struct DescribeSubscribersForNotificationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The pagination token in the service response that indicates the next set of results that you can retrieve.
Declaration
Swift
public let nextToken: String?
-
A list of subscribers that are associated with a notification.
Declaration
Swift
public let subscribers: [Subscriber]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, subscribers: [Subscriber]? = nil)