Class: Aws::DocDB::Types::DeleteGlobalClusterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::DeleteGlobalClusterResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_cluster ⇒ Types::GlobalCluster
A data type representing an Amazon DocumentDB global cluster.
Instance Attribute Details
#global_cluster ⇒ Types::GlobalCluster
A data type representing an Amazon DocumentDB global cluster.
2537 2538 2539 2540 2541 |
# File 'lib/aws-sdk-docdb/types.rb', line 2537 class DeleteGlobalClusterResult < Struct.new( :global_cluster) SENSITIVE = [] include Aws::Structure end |