Class: Aws::TimestreamInfluxDB::Types::DeleteDbInstanceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::DeleteDbInstanceInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreaminfluxdb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The id of the DB instance.
Instance Attribute Details
#identifier ⇒ String
The id of the DB instance.
451 452 453 454 455 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 451 class DeleteDbInstanceInput < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |