Class: Aws::TimestreamWrite::Types::UpdateDatabaseResponse

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

A top level container for a table. Databases and tables are the fundamental management concepts in Amazon Timestream. All tables in a database are encrypted with the same KMS key.

Returns:



1235
1236
1237
1238
1239
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 1235

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