Class: Aws::TimestreamInfluxDB::Types::GetDbInstanceInput

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

#identifierString

The id of the DB instance.

Returns:

  • (String)


590
591
592
593
594
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 590

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