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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/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 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2951

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