Class: Aws::TimestreamWrite::Types::UpdateTableResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::UpdateTableResponse
- Defined in:
- gems/aws-sdk-timestreamwrite/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.
1675 1676 1677 1678 1679 |
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 1675 class UpdateTableResponse < Struct.new( :table) SENSITIVE = [] include Aws::Structure end |