CreateExportTaskResponse

public struct CreateExportTaskResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the export task.

    Declaration

    Swift

    public let taskId: String?
  • Undocumented

    Declaration

    Swift

    public init(taskId: String? = nil)