Class: Aws::TimestreamWrite::Types::UpdateTableResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tableTypes::Table

The updated Timestream table.

Returns:



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