Class: Aws::DocDB::Types::RemoveFromGlobalClusterMessage

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

Overview

Represents the input to RemoveFromGlobalCluster.

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 Amazon DocumentDB global cluster.

Returns:

  • (String)


4968
4969
4970
4971
4972
4973
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 4968

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 Amazon DocumentDB global cluster.

Returns:

  • (String)


4968
4969
4970
4971
4972
4973
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 4968

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