Class: Aws::DynamoDB::Types::DeleteTableOutput

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

Overview

Represents the output of a ‘DeleteTable` operation.

Instance Attribute Summary collapse

Instance Attribute Details

#table_descriptionTypes::TableDescription

Represents the properties of a table.



2417
2418
2419
2420
# File 'lib/aws-sdk-dynamodb/types.rb', line 2417

class DeleteTableOutput < Struct.new(
  :table_description)
  include Aws::Structure
end