ExportTasksMessage

public struct ExportTasksMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Information about an export of a snapshot to Amazon S3.

    Declaration

    Swift

    public let exportTasks: [ExportTask]?
  • A pagination token that can be used in a later DescribeExportTasks request. A marker is used for pagination to identify the location to begin output for the next response of DescribeExportTasks.

    Declaration

    Swift

    public let marker: String?
  • Undocumented

    Declaration

    Swift

    public init(exportTasks: [ExportTask]? = nil, marker: String? = nil)