ListTargetsResult
public struct ListTargetsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An enumeration token that can be used in a request to return the next batch of results.
Declaration
Swift
public let nextToken: String? -
The list of notification rule targets.
Declaration
Swift
public let targets: [TargetSummary]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, targets: [TargetSummary]? = nil)
View on GitHub
ListTargetsResult Structure Reference