ListCommandsResult
public struct ListCommandsResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  (Optional) The list of commands requested by the user. DeclarationSwift public let commands: [Command]?
- 
                  
                  (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(commands: [Command]? = nil, nextToken: String? = nil)
 View on GitHub
View on GitHub ListCommandsResult Structure Reference
        ListCommandsResult Structure Reference