Class: Aws::Redshift::Types::DeleteClusterSubnetGroupMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::DeleteClusterSubnetGroupMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster_subnet_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the cluster subnet group name to be deleted.
 
Instance Attribute Details
#cluster_subnet_group_name ⇒ String
The name of the cluster subnet group name to be deleted.
      3619 3620 3621 3622 3623  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 3619 class DeleteClusterSubnetGroupMessage < Struct.new( :cluster_subnet_group_name) SENSITIVE = [] include Aws::Structure end  |