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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tableTypes::TableDescription

The properties of the table.



2951
2952
2953
2954
2955
# File 'lib/aws-sdk-dynamodb/types.rb', line 2951

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