Class: Aws::DynamoDB::Types::DescribeTableOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeTableOutput
- 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
-
#table ⇒ Types::TableDescription
The properties of the table.
Instance Attribute Details
#table ⇒ Types::TableDescription
The properties of the table.
2980 2981 2982 2983 2984 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2980 class DescribeTableOutput < Struct.new( :table) SENSITIVE = [] include Aws::Structure end |