ListCommandsRequest
public struct ListCommandsRequest : AWSShapeextension SSM.ListCommandsRequest: AWSPaginateStringTokenUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  (Optional) If provided, lists only the specified command. DeclarationSwift public let commandId: String?
- 
                  
                  (Optional) One or more filters. Use a filter to return a more specific list of results. DeclarationSwift public let filters: [CommandFilter]?
- 
                  
                  (Optional) Lists commands issued against this instance ID. You can’t specify an instance ID in the same command that you specify Status = Pending. This is because the command has not reached the instance yet. DeclarationSwift public let instanceId: String?
- 
                  
                  (Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results. DeclarationSwift public let maxResults: Int?
- 
                  
                  (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(commandId: String? = nil, filters: [CommandFilter]? = nil, instanceId: String? = nil, maxResults: Int? = nil, nextToken: String? = nil)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
- 
                  
                  Undocumented DeclarationSwift public func usingPaginationToken(_ token: String) -> SSM.ListCommandsRequest
 View on GitHub
View on GitHub ListCommandsRequest Structure Reference
        ListCommandsRequest Structure Reference