class Aws::DocDB::Types::RemoveFromGlobalClusterMessage

Represents the input to RemoveFromGlobalCluster.

@note When making an API call, you may pass RemoveFromGlobalClusterMessage

data as a hash:

    {
      global_cluster_identifier: "GlobalClusterIdentifier", # required
      db_cluster_identifier: "String", # required
    }

@!attribute [rw] global_cluster_identifier

The cluster identifier to detach from the Amazon DocumentDB global
cluster.
@return [String]

@!attribute [rw] db_cluster_identifier

The Amazon Resource Name (ARN) identifying the cluster that was
detached from the Amazon DocumentDB global cluster.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/RemoveFromGlobalClusterMessage AWS API Documentation

Constants

SENSITIVE