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

Class: Aws::RDS::Types::DBSubnetGroup

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

Overview

Contains the details of an Amazon RDS DB subnet group.

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#db_subnet_group_arnString

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

Returns:

  • (String)

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

#db_subnet_group_descriptionString

Provides the description of the DB subnet group.

Returns:

  • (String)

    Provides the description of the DB subnet group.

#db_subnet_group_nameString

The name of the DB subnet group.

Returns:

  • (String)

    The name of the DB subnet group.

#subnet_group_statusString

Provides the status of the DB subnet group.

Returns:

  • (String)

    Provides the status of the DB subnet group.

#subnetsArray<Types::Subnet>

Contains a list of Subnet elements.

Returns:

#vpc_idString

Provides the VpcId of the DB subnet group.

Returns:

  • (String)

    Provides the VpcId of the DB subnet group.