Class: Aws::OpsWorksCM::Types::DeleteBackupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::DeleteBackupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworkscm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_id ⇒ String
The ID of the backup to delete.
Instance Attribute Details
#backup_id ⇒ String
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`.
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 |