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

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

Instance Attribute Details

#arnString

The Amazon Resource Name that uniquely identifies this table.

Returns:

  • (String)


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_timeTime

The time when the Timestream table was created.

Returns:

  • (Time)


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_nameString

The name of the Timestream database that contains this table.

Returns:

  • (String)


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_timeTime

The time when the Timestream table was last updated.

Returns:

  • (Time)


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

The name of the Timestream table.

Returns:

  • (String)


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_statusString

The current state of the table:

  • ‘DELETING` - The table is being deleted.

  • ‘ACTIVE` - The table is ready for use.

Returns:

  • (String)


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