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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


22024
22025
22026
22027
22028
22029
# File 'lib/aws-sdk-rds/types.rb', line 22024

class RemoveFromGlobalClusterMessage < Struct.new(
  :global_cluster_identifier,
  :db_cluster_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#global_cluster_identifierString

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

Returns:

  • (String)


22024
22025
22026
22027
22028
22029
# File 'lib/aws-sdk-rds/types.rb', line 22024

class RemoveFromGlobalClusterMessage < Struct.new(
  :global_cluster_identifier,
  :db_cluster_identifier)
  SENSITIVE = []
  include Aws::Structure
end