ListTriggersResponse
public struct ListTriggersResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A continuation token, if the returned list does not contain the last metric available.
Declaration
Swift
public let nextToken: String?
-
The names of all triggers in the account, or the triggers with the specified tags.
Declaration
Swift
public let triggerNames: [String]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, triggerNames: [String]? = nil)