Class: Aws::TimestreamWrite::Types::UpdateTableResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::UpdateTableResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamwrite/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#table ⇒ Types::Table
The updated Timestream table.
Instance Attribute Details
#table ⇒ Types::Table
The updated Timestream table.
1298 1299 1300 1301 1302 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 1298 class UpdateTableResponse < Struct.new( :table) SENSITIVE = [] include Aws::Structure end |