class Aws::DocDB::Types::RemoveFromGlobalClusterMessage
@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/RemoveFromGlobalClusterMessage AWS API Documentation
@return [String]
detached from the Amazon DocumentDB global cluster.
The Amazon Resource Name (ARN) identifying the cluster that was
@!attribute [rw] db_cluster_identifier
@return [String]
cluster.
The cluster identifier to detach from the Amazon DocumentDB global
@!attribute [rw] global_cluster_identifier
}
db_cluster_identifier: “String”, # required
global_cluster_identifier: “GlobalClusterIdentifier”, # required
{
data as a hash:
@note When making an API call, you may pass RemoveFromGlobalClusterMessage
Represents the input to RemoveFromGlobalCluster.