Class: Aws::TimestreamInfluxDB::Types::DeleteDbBackupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::DeleteDbBackupInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreaminfluxdb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The identifier of the backup to delete.
Instance Attribute Details
#identifier ⇒ String
The identifier of the backup to delete.
1198 1199 1200 1201 1202 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1198 class DeleteDbBackupInput < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |