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

Class: Aws::DocDB::Types::DBSubnetGroup

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

Overview

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 subnet group.

Returns:

  • (String)

    Provides the description of the subnet group.

#db_subnet_group_nameString

The name of the subnet group.

Returns:

  • (String)

    The name of the subnet group.

#subnet_group_statusString

Provides the status of the subnet group.

Returns:

  • (String)

    Provides the status of the subnet group.

#subnetsArray<Types::Subnet>

Detailed information about one or more subnets within a subnet group.

Returns:

  • (Array<Types::Subnet>)

    Detailed information about one or more subnets within a subnet group.

#vpc_idString

Provides the virtual private cloud (VPC) ID of the subnet group.

Returns:

  • (String)

    Provides the virtual private cloud (VPC) ID of the subnet group.