CreateBackupSelectionInput
public struct CreateBackupSelectionInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Uniquely identifies the backup plan to be associated with the selection of resources.
Declaration
Swift
public let backupPlanId: String -
Specifies the body of a request to assign a set of resources to a backup plan.
Declaration
Swift
public let backupSelection: BackupSelection -
A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
Declaration
Swift
public let creatorRequestId: String? -
Undocumented
Declaration
Swift
public init(backupPlanId: String, backupSelection: BackupSelection, creatorRequestId: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateBackupSelectionInput Structure Reference