Class: Aws::DynamoDB::Types::DeleteTableInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

Represents the input of a ‘DeleteTable` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#table_nameString

The name of the table to delete.

Returns:

  • (String)


2512
2513
2514
2515
2516
# File 'lib/aws-sdk-dynamodb/types.rb', line 2512

class DeleteTableInput < Struct.new(
  :table_name)
  SENSITIVE = []
  include Aws::Structure
end