Class: Aws::DocDB::Types::DeleteGlobalClusterResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_clusterTypes::GlobalCluster

A data type representing an Amazon DocumentDB global cluster.



2408
2409
2410
2411
2412
# File 'lib/aws-sdk-docdb/types.rb', line 2408

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