Class: Aws::SecurityHub::Types::AwsRdsDbSecurityGroupIpRange
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SecurityHub::Types::AwsRdsDbSecurityGroupIpRange
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-securityhub/types.rb
 
Overview
IP range information for an RDS DB security group.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cidr_ip  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the IP range.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the status of the IP range.
 
Instance Attribute Details
#cidr_ip ⇒ String
Specifies the IP range.
      16909 16910 16911 16912 16913 16914  | 
    
      # File 'lib/aws-sdk-securityhub/types.rb', line 16909 class AwsRdsDbSecurityGroupIpRange < Struct.new( :cidr_ip, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
Specifies the status of the IP range.
      16909 16910 16911 16912 16913 16914  | 
    
      # File 'lib/aws-sdk-securityhub/types.rb', line 16909 class AwsRdsDbSecurityGroupIpRange < Struct.new( :cidr_ip, :status) SENSITIVE = [] include Aws::Structure end  |