Class: Aws::TimestreamWrite::Types::Table
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::Table
- Defined in:
- gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name that uniquely identifies this table.
-
#creation_time ⇒ Time
The time when the Timestream table was created.
-
#database_name ⇒ String
The name of the Timestream database that contains this table.
-
#last_updated_time ⇒ Time
The time when the Timestream table was last updated.
-
#magnetic_store_write_properties ⇒ Types::MagneticStoreWriteProperties
Contains properties to set on the table when enabling magnetic store writes.
-
#retention_properties ⇒ Types::RetentionProperties
The retention duration for the memory store and magnetic store.
-
#schema ⇒ Types::Schema
The schema of the table.
-
#table_name ⇒ String
The name of the Timestream table.
-
#table_status ⇒ String
The current state of the table:.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name that uniquely identifies this table.
1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 |
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 1498 class Table < Struct.new( :arn, :table_name, :database_name, :table_status, :retention_properties, :creation_time, :last_updated_time, :magnetic_store_write_properties, :schema) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time when the Timestream table was created.
1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 |
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 1498 class Table < Struct.new( :arn, :table_name, :database_name, :table_status, :retention_properties, :creation_time, :last_updated_time, :magnetic_store_write_properties, :schema) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The name of the Timestream database that contains this table.
1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 |
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 1498 class Table < Struct.new( :arn, :table_name, :database_name, :table_status, :retention_properties, :creation_time, :last_updated_time, :magnetic_store_write_properties, :schema) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The time when the Timestream table was last updated.
1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 |
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 1498 class Table < Struct.new( :arn, :table_name, :database_name, :table_status, :retention_properties, :creation_time, :last_updated_time, :magnetic_store_write_properties, :schema) SENSITIVE = [] include Aws::Structure end |
#magnetic_store_write_properties ⇒ Types::MagneticStoreWriteProperties
Contains properties to set on the table when enabling magnetic store writes.
1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 |
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 1498 class Table < Struct.new( :arn, :table_name, :database_name, :table_status, :retention_properties, :creation_time, :last_updated_time, :magnetic_store_write_properties, :schema) SENSITIVE = [] include Aws::Structure end |
#retention_properties ⇒ Types::RetentionProperties
The retention duration for the memory store and magnetic store.
1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 |
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 1498 class Table < Struct.new( :arn, :table_name, :database_name, :table_status, :retention_properties, :creation_time, :last_updated_time, :magnetic_store_write_properties, :schema) SENSITIVE = [] include Aws::Structure end |
#schema ⇒ Types::Schema
The schema of the table.
1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 |
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 1498 class Table < Struct.new( :arn, :table_name, :database_name, :table_status, :retention_properties, :creation_time, :last_updated_time, :magnetic_store_write_properties, :schema) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the Timestream table.
1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 |
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 1498 class Table < Struct.new( :arn, :table_name, :database_name, :table_status, :retention_properties, :creation_time, :last_updated_time, :magnetic_store_write_properties, :schema) SENSITIVE = [] include Aws::Structure end |
#table_status ⇒ String
The current state of the table:
DELETING
- The table is being deleted.ACTIVE
- The table is ready for use.
1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 |
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 1498 class Table < Struct.new( :arn, :table_name, :database_name, :table_status, :retention_properties, :creation_time, :last_updated_time, :magnetic_store_write_properties, :schema) SENSITIVE = [] include Aws::Structure end |