Class: Aws::TimestreamWrite::Types::CreateTableResponse

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 newly created Timestream table.

Returns:



328
329
330
331
332
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 328

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