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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#table_descriptionTypes::TableDescription

Represents the properties of a table.



2600
2601
2602
2603
2604
# File 'lib/aws-sdk-dynamodb/types.rb', line 2600

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