ExportBackupPlanTemplateOutput

public struct ExportBackupPlanTemplateOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The body of a backup plan template in JSON format. This is a signed JSON document that cannot be modified before being passed to GetBackupPlanFromJSON.

    Declaration

    Swift

    public let backupPlanTemplateJson: String?
  • Undocumented

    Declaration

    Swift

    public init(backupPlanTemplateJson: String? = nil)