Class: Aws::RDS::Types::DeleteDBClusterEndpointMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DeleteDBClusterEndpointMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_cluster_endpoint_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier associated with the custom endpoint.
 
Instance Attribute Details
#db_cluster_endpoint_identifier ⇒ String
The identifier associated with the custom endpoint. This parameter is stored as a lowercase string.
      11535 11536 11537 11538 11539  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 11535 class DeleteDBClusterEndpointMessage < Struct.new( :db_cluster_endpoint_identifier) SENSITIVE = [] include Aws::Structure end  |