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

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

Overview

Contains the details of an Amazon RDS DB subnet group.

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

Instance Attribute Summary collapse

Instance Attribute Details

#db_subnet_group_arnString

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

Returns:

  • (String)


6013
6014
6015
6016
6017
6018
6019
6020
6021
# File 'lib/aws-sdk-rds/types.rb', line 6013

class DBSubnetGroup < Struct.new(
  :db_subnet_group_name,
  :db_subnet_group_description,
  :vpc_id,
  :subnet_group_status,
  :subnets,
  :db_subnet_group_arn)
  include Aws::Structure
end

#db_subnet_group_descriptionString

Provides the description of the DB subnet group.

Returns:

  • (String)


6013
6014
6015
6016
6017
6018
6019
6020
6021
# File 'lib/aws-sdk-rds/types.rb', line 6013

class DBSubnetGroup < Struct.new(
  :db_subnet_group_name,
  :db_subnet_group_description,
  :vpc_id,
  :subnet_group_status,
  :subnets,
  :db_subnet_group_arn)
  include Aws::Structure
end

#db_subnet_group_nameString

The name of the DB subnet group.

Returns:

  • (String)


6013
6014
6015
6016
6017
6018
6019
6020
6021
# File 'lib/aws-sdk-rds/types.rb', line 6013

class DBSubnetGroup < Struct.new(
  :db_subnet_group_name,
  :db_subnet_group_description,
  :vpc_id,
  :subnet_group_status,
  :subnets,
  :db_subnet_group_arn)
  include Aws::Structure
end

#subnet_group_statusString

Provides the status of the DB subnet group.

Returns:

  • (String)


6013
6014
6015
6016
6017
6018
6019
6020
6021
# File 'lib/aws-sdk-rds/types.rb', line 6013

class DBSubnetGroup < Struct.new(
  :db_subnet_group_name,
  :db_subnet_group_description,
  :vpc_id,
  :subnet_group_status,
  :subnets,
  :db_subnet_group_arn)
  include Aws::Structure
end

#subnetsArray<Types::Subnet>

Contains a list of Subnet elements.

Returns:



6013
6014
6015
6016
6017
6018
6019
6020
6021
# File 'lib/aws-sdk-rds/types.rb', line 6013

class DBSubnetGroup < Struct.new(
  :db_subnet_group_name,
  :db_subnet_group_description,
  :vpc_id,
  :subnet_group_status,
  :subnets,
  :db_subnet_group_arn)
  include Aws::Structure
end

#vpc_idString

Provides the VpcId of the DB subnet group.

Returns:

  • (String)


6013
6014
6015
6016
6017
6018
6019
6020
6021
# File 'lib/aws-sdk-rds/types.rb', line 6013

class DBSubnetGroup < Struct.new(
  :db_subnet_group_name,
  :db_subnet_group_description,
  :vpc_id,
  :subnet_group_status,
  :subnets,
  :db_subnet_group_arn)
  include Aws::Structure
end