Class: Aws::DocDB::Types::DeleteGlobalClusterMessage

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

Overview

Represents the input to DeleteGlobalCluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_cluster_identifierString

The cluster identifier of the global cluster being deleted.

Returns:

  • (String)


2525
2526
2527
2528
2529
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 2525

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