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

Class: Aws::TimestreamWrite::Types::DeleteTableRequest

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

Overview

Note:

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

{
  database_name: "ResourceName", # required
  table_name: "ResourceName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#database_nameString

The name of the database where the Timestream database is to be deleted.

Returns:

  • (String)

    The name of the database where the Timestream database is to be deleted.

#table_nameString

The name of the Timestream table to be deleted.

Returns:

  • (String)

    The name of the Timestream table to be deleted.