Class: Aws::Neptune::Types::DeleteGlobalClusterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::DeleteGlobalClusterResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptune/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_cluster ⇒ Types::GlobalCluster
Contains the details of an Amazon Neptune global database.
Instance Attribute Details
#global_cluster ⇒ Types::GlobalCluster
Contains the details of an Amazon Neptune global database.
This data type is used as a response element for the CreateGlobalCluster, DescribeGlobalClusters, ModifyGlobalCluster, DeleteGlobalCluster, FailoverGlobalCluster, and RemoveFromGlobalCluster actions.
3791 3792 3793 3794 3795 |
# File 'lib/aws-sdk-neptune/types.rb', line 3791 class DeleteGlobalClusterResult < Struct.new( :global_cluster) SENSITIVE = [] include Aws::Structure end |