Class: Aws::DynamoDB::Types::CreateGlobalTableOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_table_descriptionTypes::GlobalTableDescription

Contains the details of the global table.



1763
1764
1765
1766
1767
# File 'lib/aws-sdk-dynamodb/types.rb', line 1763

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