class Aws::TimestreamWrite::Types::DescribeTableRequest

@note When making an API call, you may pass DescribeTableRequest

data as a hash:

    {
      database_name: "ResourceName", # required
      table_name: "ResourceName", # required
    }

@!attribute [rw] database_name

The name of the Timestream database.
@return [String]

@!attribute [rw] table_name

The name of the Timestream table.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/timestream-write-2018-11-01/DescribeTableRequest AWS API Documentation

Constants

SENSITIVE