Class: Aws::Neptune::Types::DBSubnetGroup

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

Overview

Contains the details of an Amazon Neptune 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)


3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3338

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 DB subnet group.

Returns:

  • (String)


3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3338

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 DB subnet group.

Returns:

  • (String)


3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3338

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 DB subnet group.

Returns:

  • (String)


3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3338

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>

Contains a list of Subnet elements.

Returns:



3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3338

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 VpcId of the DB subnet group.

Returns:

  • (String)


3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3338

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