DescribeExportTasksRequest
public struct DescribeExportTasksRequest : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  One or more unique identifiers used to query the status of an export request. DeclarationSwift public let exportIds: [String]?
- 
                  
                  One or more filters. AgentId - ID of the agent whose collected data will be exported DeclarationSwift public let filters: [ExportFilter]?
- 
                  
                  The maximum number of volume results returned by DescribeExportTasks in paginated output. When this parameter is used, DescribeExportTasks only returns maxResults results in a single page along with a nextToken response element. DeclarationSwift public let maxResults: Int?
- 
                  
                  The nextToken value returned from a previous paginated DescribeExportTasks request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. DeclarationSwift public let nextToken: String?
- 
                  
                  Undocumented DeclarationSwift public init(exportIds: [String]? = nil, filters: [ExportFilter]? = nil, maxResults: Int? = nil, nextToken: String? = nil)
 View on GitHub
View on GitHub DescribeExportTasksRequest Structure Reference
        DescribeExportTasksRequest Structure Reference