Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::SecurityHub::Types::AwsRdsDbSecurityGroupDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Provides information about an Amazon RDS DB security group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_security_group_arnString

The ARN for the DB security group.

Returns:

  • (String)

16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16383

class AwsRdsDbSecurityGroupDetails < Struct.new(
  :db_security_group_arn,
  :db_security_group_description,
  :db_security_group_name,
  :ec2_security_groups,
  :ip_ranges,
  :owner_id,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#db_security_group_descriptionString

Provides the description of the DB security group.

Returns:

  • (String)

16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16383

class AwsRdsDbSecurityGroupDetails < Struct.new(
  :db_security_group_arn,
  :db_security_group_description,
  :db_security_group_name,
  :ec2_security_groups,
  :ip_ranges,
  :owner_id,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#db_security_group_nameString

Specifies the name of the DB security group.

Returns:

  • (String)

16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16383

class AwsRdsDbSecurityGroupDetails < Struct.new(
  :db_security_group_arn,
  :db_security_group_description,
  :db_security_group_name,
  :ec2_security_groups,
  :ip_ranges,
  :owner_id,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#ec2_security_groupsArray<Types::AwsRdsDbSecurityGroupEc2SecurityGroup>

Contains a list of EC2 security groups.


16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16383

class AwsRdsDbSecurityGroupDetails < Struct.new(
  :db_security_group_arn,
  :db_security_group_description,
  :db_security_group_name,
  :ec2_security_groups,
  :ip_ranges,
  :owner_id,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#ip_rangesArray<Types::AwsRdsDbSecurityGroupIpRange>

Contains a list of IP ranges.


16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16383

class AwsRdsDbSecurityGroupDetails < Struct.new(
  :db_security_group_arn,
  :db_security_group_description,
  :db_security_group_name,
  :ec2_security_groups,
  :ip_ranges,
  :owner_id,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

Provides the Amazon Web Services ID of the owner of a specific DB security group.

Returns:

  • (String)

16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16383

class AwsRdsDbSecurityGroupDetails < Struct.new(
  :db_security_group_arn,
  :db_security_group_description,
  :db_security_group_name,
  :ec2_security_groups,
  :ip_ranges,
  :owner_id,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

Provides VPC ID associated with the DB security group.

Returns:

  • (String)

16383
16384
16385
16386
16387
16388
16389
16390
16391
16392
16393
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16383

class AwsRdsDbSecurityGroupDetails < Struct.new(
  :db_security_group_arn,
  :db_security_group_description,
  :db_security_group_name,
  :ec2_security_groups,
  :ip_ranges,
  :owner_id,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end