Class: Aws::TimestreamWrite::Types::UpdateDatabaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::UpdateDatabaseResponse
- Defined in:
- gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database ⇒ Types::Database
A top-level container for a table.
Instance Attribute Details
#database ⇒ Types::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.
1630 1631 1632 1633 1634 |
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 1630 class UpdateDatabaseResponse < Struct.new( :database) SENSITIVE = [] include Aws::Structure end |