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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/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. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

Returns:

  • (String)


2586
2587
2588
2589
2590
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2586

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