Class: Aws::OpsWorksCM::Types::DeleteBackupRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opsworkscm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_idString

The ID of the backup to delete. Run the DescribeBackups command to get a list of backup IDs. Backup IDs are in the format ‘ServerName-yyyyMMddHHmmssSSS`.

Returns:

  • (String)


582
583
584
585
586
# File 'lib/aws-sdk-opsworkscm/types.rb', line 582

class DeleteBackupRequest < Struct.new(
  :backup_id)
  SENSITIVE = []
  include Aws::Structure
end