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)


2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 2326

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)


2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 2326

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)


2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 2326

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)


2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 2326

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:



2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 2326

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)


2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 2326

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