Method: Aws::TimestreamWrite::Types::UpdateTableResponse#table
- Defined in:
- lib/aws-sdk-timestreamwrite/types.rb
#table ⇒ Types::Table
The updated Timestream table.
1675 1676 1677 1678 1679 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 1675 class UpdateTableResponse < Struct.new( :table) SENSITIVE = [] include Aws::Structure end |