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)


818
819
820
821
822
823
824
825
826
827
828
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 818

class Table < Struct.new(
  :arn,
  :table_name,
  :database_name,
  :table_status,
  :retention_properties,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time when the Timestream table was created.

Returns:

  • (Time)


818
819
820
821
822
823
824
825
826
827
828
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 818

class Table < Struct.new(
  :arn,
  :table_name,
  :database_name,
  :table_status,
  :retention_properties,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The name of the Timestream database that contains this table.

Returns:

  • (String)


818
819
820
821
822
823
824
825
826
827
828
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 818

class Table < Struct.new(
  :arn,
  :table_name,
  :database_name,
  :table_status,
  :retention_properties,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The time when the Timestream table was last updated.

Returns:

  • (Time)


818
819
820
821
822
823
824
825
826
827
828
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 818

class Table < Struct.new(
  :arn,
  :table_name,
  :database_name,
  :table_status,
  :retention_properties,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#retention_propertiesTypes::RetentionProperties

The retention duration for the memory store and magnetic store.



818
819
820
821
822
823
824
825
826
827
828
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 818

class Table < Struct.new(
  :arn,
  :table_name,
  :database_name,
  :table_status,
  :retention_properties,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the Timestream table.

Returns:

  • (String)


818
819
820
821
822
823
824
825
826
827
828
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 818

class Table < Struct.new(
  :arn,
  :table_name,
  :database_name,
  :table_status,
  :retention_properties,
  :creation_time,
  :last_updated_time)
  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)


818
819
820
821
822
823
824
825
826
827
828
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 818

class Table < Struct.new(
  :arn,
  :table_name,
  :database_name,
  :table_status,
  :retention_properties,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end