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.



2871
2872
2873
2874
2875
# File 'lib/aws-sdk-dynamodb/types.rb', line 2871

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