Class: Aws::RDS::Types::DBSecurityGroup

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Contains the details for an Amazon RDS DB security group.

This data type is used as a response element in the DescribeDBSecurityGroups action.

Instance Attribute Summary collapse

Instance Attribute Details

#db_security_group_arnString

The Amazon Resource Name (ARN) for the DB security group.

Returns:

  • (String)


5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
# File 'lib/aws-sdk-rds/types.rb', line 5678

class DBSecurityGroup < Struct.new(
  :owner_id,
  :db_security_group_name,
  :db_security_group_description,
  :vpc_id,
  :ec2_security_groups,
  :ip_ranges,
  :db_security_group_arn)
  include Aws::Structure
end

#db_security_group_descriptionString

Provides the description of the DB security group.

Returns:

  • (String)


5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
# File 'lib/aws-sdk-rds/types.rb', line 5678

class DBSecurityGroup < Struct.new(
  :owner_id,
  :db_security_group_name,
  :db_security_group_description,
  :vpc_id,
  :ec2_security_groups,
  :ip_ranges,
  :db_security_group_arn)
  include Aws::Structure
end

#db_security_group_nameString

Specifies the name of the DB security group.

Returns:

  • (String)


5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
# File 'lib/aws-sdk-rds/types.rb', line 5678

class DBSecurityGroup < Struct.new(
  :owner_id,
  :db_security_group_name,
  :db_security_group_description,
  :vpc_id,
  :ec2_security_groups,
  :ip_ranges,
  :db_security_group_arn)
  include Aws::Structure
end

#ec2_security_groupsArray<Types::EC2SecurityGroup>

Contains a list of EC2SecurityGroup elements.

Returns:



5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
# File 'lib/aws-sdk-rds/types.rb', line 5678

class DBSecurityGroup < Struct.new(
  :owner_id,
  :db_security_group_name,
  :db_security_group_description,
  :vpc_id,
  :ec2_security_groups,
  :ip_ranges,
  :db_security_group_arn)
  include Aws::Structure
end

#ip_rangesArray<Types::IPRange>

Contains a list of IPRange elements.

Returns:



5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
# File 'lib/aws-sdk-rds/types.rb', line 5678

class DBSecurityGroup < Struct.new(
  :owner_id,
  :db_security_group_name,
  :db_security_group_description,
  :vpc_id,
  :ec2_security_groups,
  :ip_ranges,
  :db_security_group_arn)
  include Aws::Structure
end

#owner_idString

Provides the AWS ID of the owner of a specific DB security group.

Returns:

  • (String)


5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
# File 'lib/aws-sdk-rds/types.rb', line 5678

class DBSecurityGroup < Struct.new(
  :owner_id,
  :db_security_group_name,
  :db_security_group_description,
  :vpc_id,
  :ec2_security_groups,
  :ip_ranges,
  :db_security_group_arn)
  include Aws::Structure
end

#vpc_idString

Provides the VpcId of the DB security group.

Returns:

  • (String)


5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
# File 'lib/aws-sdk-rds/types.rb', line 5678

class DBSecurityGroup < Struct.new(
  :owner_id,
  :db_security_group_name,
  :db_security_group_description,
  :vpc_id,
  :ec2_security_groups,
  :ip_ranges,
  :db_security_group_arn)
  include Aws::Structure
end