Class: Aws::SecurityHub::Types::AwsRdsDbInstanceVpcSecurityGroup

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#statusString

The status of the VPC security group.

Returns:

  • (String)


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_idString

The name of the VPC security group.

Returns:

  • (String)


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