Class: Aws::DynamoDB::Types::CreateTableOutput

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

Overview

Represents the output of a CreateTable operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#table_descriptionTypes::TableDescription

Represents the properties of the table.



2096
2097
2098
2099
2100
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2096

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