Class: Aws::TimestreamWrite::Types::CreateTableResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::CreateTableResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamwrite/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#table ⇒ Types::Table
The newly created Timestream table.
Instance Attribute Details
#table ⇒ Types::Table
The newly created Timestream table.
164 165 166 167 168 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 164 class CreateTableResponse < Struct.new( :table) SENSITIVE = [] include Aws::Structure end |