Class: Aws::MemoryDB::Types::DeleteSubnetGroupRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subnet_group_nameString

The name of the subnet group to delete

Returns:

  • (String)


1027
1028
1029
1030
1031
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1027

class DeleteSubnetGroupRequest < Struct.new(
  :subnet_group_name)
  SENSITIVE = []
  include Aws::Structure
end