Class: Aws::DynamoDB::Types::DescribeGlobalTableOutput

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.



2522
2523
2524
2525
# File 'lib/aws-sdk-dynamodb/types.rb', line 2522

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