Class: Aws::Neptune::Types::ModifyDBSubnetGroupMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_subnet_group_descriptionString

The description for the DB subnet group.

Returns:

  • (String)


6444
6445
6446
6447
6448
6449
6450
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 6444

class ModifyDBSubnetGroupMessage < Struct.new(
  :db_subnet_group_name,
  :db_subnet_group_description,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end

#db_subnet_group_nameString

The name for the DB subnet group. This value is stored as a lowercase string. You can't modify the default subnet group.

Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.

Example: mySubnetgroup

Returns:

  • (String)


6444
6445
6446
6447
6448
6449
6450
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 6444

class ModifyDBSubnetGroupMessage < Struct.new(
  :db_subnet_group_name,
  :db_subnet_group_description,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

The EC2 subnet IDs for the DB subnet group.

Returns:

  • (Array<String>)


6444
6445
6446
6447
6448
6449
6450
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 6444

class ModifyDBSubnetGroupMessage < Struct.new(
  :db_subnet_group_name,
  :db_subnet_group_description,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end