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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



1033
1034
1035
1036
1037
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 1033

class UpdateTableResponse < Struct.new(
  :table)
  SENSITIVE = []
  include Aws::Structure
end