Class: Aws::TimestreamWrite::Types::CreateTableRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#database_nameString

The name of the Timestream database.

Returns:

  • (String)


311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 311

class CreateTableRequest < Struct.new(
  :database_name,
  :table_name,
  :retention_properties,
  :tags,
  :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.



311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 311

class CreateTableRequest < Struct.new(
  :database_name,
  :table_name,
  :retention_properties,
  :tags,
  :magnetic_store_write_properties,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#retention_propertiesTypes::RetentionProperties

The duration for which your time-series data must be stored in the memory store and the magnetic store.



311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 311

class CreateTableRequest < Struct.new(
  :database_name,
  :table_name,
  :retention_properties,
  :tags,
  :magnetic_store_write_properties,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#schemaTypes::Schema

The schema of the table.

Returns:



311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 311

class CreateTableRequest < Struct.new(
  :database_name,
  :table_name,
  :retention_properties,
  :tags,
  :magnetic_store_write_properties,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the Timestream table.

Returns:

  • (String)


311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 311

class CreateTableRequest < Struct.new(
  :database_name,
  :table_name,
  :retention_properties,
  :tags,
  :magnetic_store_write_properties,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of key-value pairs to label the table.

Returns:



311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 311

class CreateTableRequest < Struct.new(
  :database_name,
  :table_name,
  :retention_properties,
  :tags,
  :magnetic_store_write_properties,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end