You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::TimestreamWrite::Types::Table

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name that uniquely identifies this table.

Returns:

  • (String)

    The Amazon Resource Name that uniquely identifies this table.

#creation_timeTime

The time when the Timestream table was created.

Returns:

  • (Time)

    The time when the Timestream table was created.

#database_nameString

The name of the Timestream database that contains this table.

Returns:

  • (String)

    The name of the Timestream database that contains this table.

#last_updated_timeTime

The time when the Timestream table was last updated.

Returns:

  • (Time)

    The time when the Timestream table was last updated.

#retention_propertiesTypes::RetentionProperties

The retention duration for the memory store and magnetic store.

Returns:

#table_nameString

The name of the Timestream table.

Returns:

  • (String)

    The name of the Timestream table.

#table_statusString

The current state of the table:

  • DELETING - The table is being deleted.

  • ACTIVE - The table is ready for use.

    Possible values:

    • ACTIVE
    • DELETING

Returns:

  • (String)

    The current state of the table:.