Class: Aws::Neptune::Types::ModifyGlobalClusterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::ModifyGlobalClusterResult
- 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.
6597 6598 6599 6600 6601 |
# File 'lib/aws-sdk-neptune/types.rb', line 6597 class ModifyGlobalClusterResult < Struct.new( :global_cluster) SENSITIVE = [] include Aws::Structure end |