Class: Aws::TimestreamWrite::Types::DescribeDatabaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::DescribeDatabaseResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamwrite/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database ⇒ Types::Database
The name of the Timestream table.
Instance Attribute Details
#database ⇒ Types::Database
The name of the Timestream table.
283 284 285 286 287 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 283 class DescribeDatabaseResponse < Struct.new( :database) SENSITIVE = [] include Aws::Structure end |