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`.
571 572 573 574 575 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 571 class DeleteBackupRequest < Struct.new( :backup_id) SENSITIVE = [] include Aws::Structure end |