Class: Aws::DocDB::Types::DeleteGlobalClusterMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DocDB::Types::DeleteGlobalClusterMessage
 
- 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
- 
  
    
      #global_cluster_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The cluster identifier of the global cluster being deleted. 
Instance Attribute Details
#global_cluster_identifier ⇒ String
The cluster identifier of the global cluster being deleted.
| 2683 2684 2685 2686 2687 | # File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 2683 class DeleteGlobalClusterMessage < Struct.new( :global_cluster_identifier) SENSITIVE = [] include Aws::Structure end |