class Aws::TimestreamWrite::Types::UpdateTableRequest

@note When making an API call, you may pass UpdateTableRequest

data as a 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
      },
    }

@!attribute [rw] database_name

The name of the Timestream database.
@return [String]

@!attribute [rw] table_name

The name of the Timesream table.
@return [String]

@!attribute [rw] retention_properties

The retention duration of the memory store and the magnetic store.
@return [Types::RetentionProperties]

@see docs.aws.amazon.com/goto/WebAPI/timestream-write-2018-11-01/UpdateTableRequest AWS API Documentation

Constants

SENSITIVE