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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#global_table_descriptionTypes::GlobalTableDescription

Contains the details of the global table.



1632
1633
1634
1635
# File 'lib/aws-sdk-dynamodb/types.rb', line 1632

class CreateGlobalTableOutput < Struct.new(
  :global_table_description)
  include Aws::Structure
end