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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb

Overview

Detailed information about a subnet group.

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)


2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 2242

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

#db_subnet_group_descriptionString

Provides the description of the subnet group.

Returns:

  • (String)


2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 2242

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

#db_subnet_group_nameString

The name of the subnet group.

Returns:

  • (String)


2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 2242

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

#subnet_group_statusString

Provides the status of the subnet group.

Returns:

  • (String)


2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 2242

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

#subnetsArray<Types::Subnet>

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

Returns:



2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 2242

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

#vpc_idString

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

Returns:

  • (String)


2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 2242

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