Class: Aws::TimestreamInfluxDB::Types::DeleteDbInstanceInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The id of the DB instance.

Returns:

  • (String)


428
429
430
431
432
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 428

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