Class: Aws::RDS::Types::DeregisterDBProxyTargetsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DeregisterDBProxyTargetsRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_cluster_identifiers  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
One or more DB cluster identifiers.
 - 
  
    
      #db_instance_identifiers  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
One or more DB instance identifiers.
 - 
  
    
      #db_proxy_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the ‘DBProxy` that is associated with the `DBProxyTargetGroup`.
 - 
  
    
      #target_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the ‘DBProxyTargetGroup`.
 
Instance Attribute Details
#db_cluster_identifiers ⇒ Array<String>
One or more DB cluster identifiers.
      12134 12135 12136 12137 12138 12139 12140 12141  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 12134 class DeregisterDBProxyTargetsRequest < Struct.new( :db_proxy_name, :target_group_name, :db_instance_identifiers, :db_cluster_identifiers) SENSITIVE = [] include Aws::Structure end  | 
  
#db_instance_identifiers ⇒ Array<String>
One or more DB instance identifiers.
      12134 12135 12136 12137 12138 12139 12140 12141  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 12134 class DeregisterDBProxyTargetsRequest < Struct.new( :db_proxy_name, :target_group_name, :db_instance_identifiers, :db_cluster_identifiers) SENSITIVE = [] include Aws::Structure end  | 
  
#db_proxy_name ⇒ String
The identifier of the ‘DBProxy` that is associated with the `DBProxyTargetGroup`.
      12134 12135 12136 12137 12138 12139 12140 12141  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 12134 class DeregisterDBProxyTargetsRequest < Struct.new( :db_proxy_name, :target_group_name, :db_instance_identifiers, :db_cluster_identifiers) SENSITIVE = [] include Aws::Structure end  | 
  
#target_group_name ⇒ String
The identifier of the ‘DBProxyTargetGroup`.
      12134 12135 12136 12137 12138 12139 12140 12141  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 12134 class DeregisterDBProxyTargetsRequest < Struct.new( :db_proxy_name, :target_group_name, :db_instance_identifiers, :db_cluster_identifiers) SENSITIVE = [] include Aws::Structure end  |