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

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

Returns:



645
646
647
648
649
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 645

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