Class: Aws::TimestreamWrite::Types::DescribeTableRequest

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

#database_nameString

The name of the Timestream database.

Returns:

  • (String)


632
633
634
635
636
637
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 632

class DescribeTableRequest < Struct.new(
  :database_name,
  :table_name)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the Timestream table.

Returns:

  • (String)


632
633
634
635
636
637
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 632

class DescribeTableRequest < Struct.new(
  :database_name,
  :table_name)
  SENSITIVE = []
  include Aws::Structure
end