class Aws::TimestreamWrite::Types::Table

Table represents a database table in Timestream. Tables contain one or more related time series. You can modify the retention duration of the memory store and the magnetic store for a table.

@!attribute [rw] arn

The Amazon Resource Name that uniquely identifies this table.
@return [String]

@!attribute [rw] table_name

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

@!attribute [rw] database_name

The name of the Timestream database that contains this table.
@return [String]

@!attribute [rw] table_status

The current state of the table:

* `DELETING` - The table is being deleted.

* `ACTIVE` - The table is ready for use.
@return [String]

@!attribute [rw] retention_properties

The retention duration for the memory store and magnetic store.
@return [Types::RetentionProperties]

@!attribute [rw] creation_time

The time when the Timestream table was created.
@return [Time]

@!attribute [rw] last_updated_time

The time when the Timestream table was last updated.
@return [Time]

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

Constants

SENSITIVE