GetBackupPlanInput
public struct GetBackupPlanInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Uniquely identifies a backup plan.
Declaration
Swift
public let backupPlanId: String
-
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
Declaration
Swift
public let versionId: String?
-
Undocumented
Declaration
Swift
public init(backupPlanId: String, versionId: String? = nil)