Class: Aws::DynamoDB::Types::DescribeTableOutput

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

Overview

Represents the output of a ‘DescribeTable` operation.

Instance Attribute Summary collapse

Instance Attribute Details

#tableTypes::TableDescription

The properties of the table.



2640
2641
2642
2643
# File 'lib/aws-sdk-dynamodb/types.rb', line 2640

class DescribeTableOutput < Struct.new(
  :table)
  include Aws::Structure
end