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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name that uniquely identifies this table.

Returns:

  • (String)


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_timeTime

The time when the Timestream table was created.

Returns:

  • (Time)


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_nameString

The name of the Timestream database that contains this table.

Returns:

  • (String)


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_timeTime

The time when the Timestream table was last updated.

Returns:

  • (Time)


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_propertiesTypes::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_propertiesTypes::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

#schemaTypes::Schema

The schema of the table.

Returns:



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_nameString

The name of the Timestream table.

Returns:

  • (String)


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_statusString

The current state of the table:

  • DELETING - The table is being deleted.

  • ACTIVE - The table is ready for use.

Returns:

  • (String)


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