Class: Aws::SecurityHub::Types::AwsRdsDbInstanceVpcSecurityGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRdsDbInstanceVpcSecurityGroup
- Includes:
- Aws::Structure
- Defined in:
- 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.
16672 16673 16674 16675 16676 16677 |
# File 'lib/aws-sdk-securityhub/types.rb', line 16672 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.
16672 16673 16674 16675 16676 16677 |
# File 'lib/aws-sdk-securityhub/types.rb', line 16672 class AwsRdsDbInstanceVpcSecurityGroup < Struct.new( :vpc_security_group_id, :status) SENSITIVE = [] include Aws::Structure end |