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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dax/lib/aws-sdk-dax/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)


470
471
472
473
474
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 470

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