Class: Aws::EC2::Types::ModifyVerifiedAccessEndpointRdsOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ModifyVerifiedAccessEndpointRdsOptions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
The RDS options for a Verified Access endpoint.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #port  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The port.
 - 
  
    
      #rds_endpoint  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The RDS endpoint.
 - 
  
    
      #subnet_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IDs of the subnets.
 
Instance Attribute Details
#port ⇒ Integer
The port.
      54197 54198 54199 54200 54201 54202 54203  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 54197 class ModifyVerifiedAccessEndpointRdsOptions < Struct.new( :subnet_ids, :port, :rds_endpoint) SENSITIVE = [] include Aws::Structure end  | 
  
#rds_endpoint ⇒ String
The RDS endpoint.
      54197 54198 54199 54200 54201 54202 54203  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 54197 class ModifyVerifiedAccessEndpointRdsOptions < Struct.new( :subnet_ids, :port, :rds_endpoint) SENSITIVE = [] include Aws::Structure end  | 
  
#subnet_ids ⇒ Array<String>
The IDs of the subnets.
      54197 54198 54199 54200 54201 54202 54203  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 54197 class ModifyVerifiedAccessEndpointRdsOptions < Struct.new( :subnet_ids, :port, :rds_endpoint) SENSITIVE = [] include Aws::Structure end  |