Class: Aws::TimestreamWrite::Types::Table
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::Table
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamwrite/types.rb
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.
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.
-
#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.
1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 1065 class Table < Struct.new( :arn, :table_name, :database_name, :table_status, :retention_properties, :creation_time, :last_updated_time, :magnetic_store_write_properties) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time when the Timestream table was created.
1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 1065 class Table < Struct.new( :arn, :table_name, :database_name, :table_status, :retention_properties, :creation_time, :last_updated_time, :magnetic_store_write_properties) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The name of the Timestream database that contains this table.
1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 1065 class Table < Struct.new( :arn, :table_name, :database_name, :table_status, :retention_properties, :creation_time, :last_updated_time, :magnetic_store_write_properties) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The time when the Timestream table was last updated.
1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 1065 class Table < Struct.new( :arn, :table_name, :database_name, :table_status, :retention_properties, :creation_time, :last_updated_time, :magnetic_store_write_properties) SENSITIVE = [] include Aws::Structure end |
#magnetic_store_write_properties ⇒ Types::MagneticStoreWriteProperties
Contains properties to set on the table when enabling magnetic store writes.
1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 1065 class Table < Struct.new( :arn, :table_name, :database_name, :table_status, :retention_properties, :creation_time, :last_updated_time, :magnetic_store_write_properties) SENSITIVE = [] include Aws::Structure end |
#retention_properties ⇒ Types::RetentionProperties
The retention duration for the memory store and magnetic store.
1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 1065 class Table < Struct.new( :arn, :table_name, :database_name, :table_status, :retention_properties, :creation_time, :last_updated_time, :magnetic_store_write_properties) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the Timestream table.
1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 1065 class Table < Struct.new( :arn, :table_name, :database_name, :table_status, :retention_properties, :creation_time, :last_updated_time, :magnetic_store_write_properties) 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.
1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 1065 class Table < Struct.new( :arn, :table_name, :database_name, :table_status, :retention_properties, :creation_time, :last_updated_time, :magnetic_store_write_properties) SENSITIVE = [] include Aws::Structure end |