ListLogSubscriptionsRequest

public struct ListLogSubscriptionsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If a DirectoryID is provided, lists only the log subscription associated with that directory. If no DirectoryId is provided, lists all log subscriptions associated with your AWS account. If there are no log subscriptions for the AWS account or the directory, an empty list will be returned.

    Declaration

    Swift

    public let directoryId: String?
  • The maximum number of items returned.

    Declaration

    Swift

    public let limit: Int?
  • The token for the next set of items to return.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(directoryId: String? = nil, limit: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws