Class: Aws::TimestreamWrite::Types::CreateDatabaseResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#databaseTypes::Database

The newly created Timestream database.

Returns:



88
89
90
91
92
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 88

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