BackupPlanTemplatesListMember
public struct BackupPlanTemplatesListMember : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Uniquely identifies a stored backup plan template.
Declaration
Swift
public let backupPlanTemplateId: String? -
The optional display name of a backup plan template.
Declaration
Swift
public let backupPlanTemplateName: String? -
Undocumented
Declaration
Swift
public init(backupPlanTemplateId: String? = nil, backupPlanTemplateName: String? = nil)
View on GitHub
BackupPlanTemplatesListMember Structure Reference