You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains the details for an Amazon RDS DB security group.

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#db_security_group_arnString

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

Returns:

  • (String)

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

#db_security_group_descriptionString

Provides the description of the DB security group.

Returns:

  • (String)

    Provides the description of the DB security group.

#db_security_group_nameString

Specifies the name of the DB security group.

Returns:

  • (String)

    Specifies the name of the DB security group.

#ec2_security_groupsArray<Types::EC2SecurityGroup>

Contains a list of EC2SecurityGroup elements.

Returns:

#ip_rangesArray<Types::IPRange>

Contains a list of IPRange elements.

Returns:

#owner_idString

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

Returns:

  • (String)

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

#vpc_idString

Provides the VpcId of the DB security group.

Returns:

  • (String)

    Provides the VpcId of the DB security group.