Method: Aws::Backup::Types::DeleteBackupPlanOutput#version_id
- Defined in:
- lib/aws-sdk-backup/types.rb
#version_id ⇒ String
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-backup/types.rb', line 2674 class DeleteBackupPlanOutput < Struct.new( :backup_plan_id, :backup_plan_arn, :deletion_date, :version_id) SENSITIVE = [] include Aws::Structure end |