Class: Aws::TimestreamWrite::Types::DescribeTableResponse

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

Returns:



339
340
341
342
343
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 339

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