Class: Aws::TimestreamWrite::Types::DescribeDatabaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::DescribeDatabaseRequest
- Defined in:
- gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database_name ⇒ String
The name of the Timestream database.
Instance Attribute Details
#database_name ⇒ String
The name of the Timestream database.
585 586 587 588 589 |
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 585 class DescribeDatabaseRequest < Struct.new( :database_name) SENSITIVE = [] include Aws::Structure end |