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

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

Instance Attribute Details

#statusString

The status of the VPC security group.

Returns:

  • (String)


16669
16670
16671
16672
16673
16674
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16669

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)


16669
16670
16671
16672
16673
16674
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16669

class AwsRdsDbInstanceVpcSecurityGroup < Struct.new(
  :vpc_security_group_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end