Class: Aws::TimestreamWrite::Types::DescribeDatabaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::DescribeDatabaseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamwrite/types.rb
Overview
Note:
When making an API call, you may pass DescribeDatabaseRequest data as a hash:
{
database_name: "ResourceName", # required
}
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.
271 272 273 274 275 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 271 class DescribeDatabaseRequest < Struct.new( :database_name) SENSITIVE = [] include Aws::Structure end |