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)


5925
5926
5927
5928
5929
5930
5931
5932
5933
# File 'lib/aws-sdk-rds/types.rb', line 5925

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)


5925
5926
5927
5928
5929
5930
5931
5932
5933
# File 'lib/aws-sdk-rds/types.rb', line 5925

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)


5925
5926
5927
5928
5929
5930
5931
5932
5933
# File 'lib/aws-sdk-rds/types.rb', line 5925

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)


5925
5926
5927
5928
5929
5930
5931
5932
5933
# File 'lib/aws-sdk-rds/types.rb', line 5925

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:



5925
5926
5927
5928
5929
5930
5931
5932
5933
# File 'lib/aws-sdk-rds/types.rb', line 5925

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)


5925
5926
5927
5928
5929
5930
5931
5932
5933
# File 'lib/aws-sdk-rds/types.rb', line 5925

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