Class: Aws::DAX::Types::DeleteSubnetGroupRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dax/types.rb

Overview

Note:

When making an API call, you may pass DeleteSubnetGroupRequest data as a hash:

{
  subnet_group_name: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#subnet_group_nameString

The name of the subnet group to delete.

Returns:

  • (String)


488
489
490
491
# File 'lib/aws-sdk-dax/types.rb', line 488

class DeleteSubnetGroupRequest < Struct.new(
  :subnet_group_name)
  include Aws::Structure
end