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:



1677
1678
1679
1680
1681
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 1677

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