Class: Aws::Redshift::Types::ModifyClusterSubnetGroupMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::ModifyClusterSubnetGroupMessage
 
 
- 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 subnet group to be modified.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A text description of the subnet group to be modified.
 - 
  
    
      #subnet_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of VPC subnet IDs.
 
Instance Attribute Details
#cluster_subnet_group_name ⇒ String
The name of the subnet group to be modified.
      8357 8358 8359 8360 8361 8362 8363  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 8357 class ModifyClusterSubnetGroupMessage < Struct.new( :cluster_subnet_group_name, :description, :subnet_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
A text description of the subnet group to be modified.
      8357 8358 8359 8360 8361 8362 8363  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 8357 class ModifyClusterSubnetGroupMessage < Struct.new( :cluster_subnet_group_name, :description, :subnet_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#subnet_ids ⇒ Array<String>
An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
      8357 8358 8359 8360 8361 8362 8363  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 8357 class ModifyClusterSubnetGroupMessage < Struct.new( :cluster_subnet_group_name, :description, :subnet_ids) SENSITIVE = [] include Aws::Structure end  |