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