DescribeNotificationSubscriptionsRequest
public struct DescribeNotificationSubscriptionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum number of items to return with this call.
Declaration
Swift
public let limit: Int? -
The marker for the next set of results. (You received this marker from a previous call.)
Declaration
Swift
public let marker: String? -
The ID of the organization.
Declaration
Swift
public let organizationId: String -
Undocumented
Declaration
Swift
public init(limit: Int? = nil, marker: String? = nil, organizationId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DescribeNotificationSubscriptionsRequest Structure Reference