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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/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.



2790
2791
2792
2793
2794
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2790

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