Class: Aws::SecurityHub::Types::AwsRdsDbInstanceVpcSecurityGroup
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SecurityHub::Types::AwsRdsDbInstanceVpcSecurityGroup
 
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
A VPC security groups that the DB instance belongs to.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the VPC security group. 
- 
  
    
      #vpc_security_group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the VPC security group. 
Instance Attribute Details
#status ⇒ String
The status of the VPC security group.
| 16200 16201 16202 16203 16204 16205 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16200 class AwsRdsDbInstanceVpcSecurityGroup < Struct.new( :vpc_security_group_id, :status) SENSITIVE = [] include Aws::Structure end | 
#vpc_security_group_id ⇒ String
The name of the VPC security group.
| 16200 16201 16202 16203 16204 16205 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16200 class AwsRdsDbInstanceVpcSecurityGroup < Struct.new( :vpc_security_group_id, :status) SENSITIVE = [] include Aws::Structure end |