Class: Aws::DynamoDB::Types::UpdateGlobalTableOutput

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.



7441
7442
7443
7444
# File 'lib/aws-sdk-dynamodb/types.rb', line 7441

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