Class: Aws::Neptune::Types::CreateGlobalClusterResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_clusterTypes::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.



1732
1733
1734
1735
1736
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 1732

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