DescribeNotificationSubscriptionsResponse

public struct DescribeNotificationSubscriptionsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

    Declaration

    Swift

    public let marker: String?
  • The subscriptions.

    Declaration

    Swift

    public let subscriptions: [Subscription]?
  • Undocumented

    Declaration

    Swift

    public init(marker: String? = nil, subscriptions: [Subscription]? = nil)