You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::TimestreamWrite::Types::UpdateTableRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateTableRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  database_name: "ResourceName", # required
  table_name: "ResourceName", # required
  retention_properties: { # required
    memory_store_retention_period_in_hours: 1, # required
    magnetic_store_retention_period_in_days: 1, # required
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#database_nameString

The name of the Timestream database.

Returns:

  • (String)

    The name of the Timestream database.

#retention_propertiesTypes::RetentionProperties

The retention duration of the memory store and the magnetic store.

Returns:

#table_nameString

The name of the Timesream table.

Returns:

  • (String)

    The name of the Timesream table.