ListCommandInvocationsResult
public struct ListCommandInvocationsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
(Optional) A list of all invocations.
Declaration
Swift
public let commandInvocations: [CommandInvocation]?
-
(Optional) The token for the next set of items to return. (You received this token from a previous call.)
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(commandInvocations: [CommandInvocation]? = nil, nextToken: String? = nil)