DescribeExportConfigurationsRequest
public struct DescribeExportConfigurationsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of continuous export IDs to search for.
Declaration
Swift
public let exportIds: [String]?
-
A number between 1 and 100 specifying the maximum number of continuous export descriptions returned.
Declaration
Swift
public let maxResults: Int?
-
The token from the previous call to describe-export-tasks.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(exportIds: [String]? = nil, maxResults: Int? = nil, nextToken: String? = nil)