Class: Aws::TimestreamWrite::Types::DescribeTableResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::DescribeTableResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamwrite/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#table ⇒ Types::Table
The Timestream table.
Instance Attribute Details
#table ⇒ Types::Table
The Timestream table.
339 340 341 342 343 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 339 class DescribeTableResponse < Struct.new( :table) SENSITIVE = [] include Aws::Structure end |