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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_subnet_group_arnString

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

Returns:

  • (String)


11131
11132
11133
11134
11135
11136
11137
11138
11139
11140
11141
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11131

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

#db_subnet_group_descriptionString

Provides the description of the DB subnet group.

Returns:

  • (String)


11131
11132
11133
11134
11135
11136
11137
11138
11139
11140
11141
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11131

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

#db_subnet_group_nameString

The name of the DB subnet group.

Returns:

  • (String)


11131
11132
11133
11134
11135
11136
11137
11138
11139
11140
11141
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11131

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

#subnet_group_statusString

Provides the status of the DB subnet group.

Returns:

  • (String)


11131
11132
11133
11134
11135
11136
11137
11138
11139
11140
11141
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11131

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

#subnetsArray<Types::Subnet>

Contains a list of Subnet elements.

Returns:



11131
11132
11133
11134
11135
11136
11137
11138
11139
11140
11141
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11131

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

#supported_network_typesArray<String>

The network type of the DB subnet group.

Valid values:

  • IPV4

  • DUAL

A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).

For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.

Returns:

  • (Array<String>)


11131
11132
11133
11134
11135
11136
11137
11138
11139
11140
11141
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11131

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

#vpc_idString

Provides the VpcId of the DB subnet group.

Returns:

  • (String)


11131
11132
11133
11134
11135
11136
11137
11138
11139
11140
11141
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11131

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