DescribeExportConfigurationsResponse
public struct DescribeExportConfigurationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let exportsInfo: [ExportInfo]? -
The token from the previous call to describe-export-tasks.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(exportsInfo: [ExportInfo]? = nil, nextToken: String? = nil)
View on GitHub
DescribeExportConfigurationsResponse Structure Reference