You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDS::Types::RemoveFromGlobalClusterMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RemoveFromGlobalClusterMessage as input to an Aws::Client method, you can use a vanilla Hash:

{
  global_cluster_identifier: "String",
  db_cluster_identifier: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_identifierString

The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database cluster.

Returns:

  • (String)

    The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database cluster.

#global_cluster_identifierString

The cluster identifier to detach from the Aurora global database cluster.

Returns:

  • (String)

    The cluster identifier to detach from the Aurora global database cluster.