Class: Aws::TimestreamInfluxDB::Types::DeleteDbClusterInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_idString

Service-generated unique identifier of the DB cluster.

Returns:

  • (String)


807
808
809
810
811
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 807

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