Class: Aws::WAFRegional::Types::DeleteIPSetRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_tokenString

The value returned by the most recent call to GetChangeToken.

Returns:

  • (String)


1228
1229
1230
1231
1232
1233
# File 'lib/aws-sdk-wafregional/types.rb', line 1228

class DeleteIPSetRequest < Struct.new(
  :ip_set_id,
  :change_token)
  SENSITIVE = []
  include Aws::Structure
end

#ip_set_idString

The ‘IPSetId` of the IPSet that you want to delete. `IPSetId` is returned by CreateIPSet and by ListIPSets.

Returns:

  • (String)


1228
1229
1230
1231
1232
1233
# File 'lib/aws-sdk-wafregional/types.rb', line 1228

class DeleteIPSetRequest < Struct.new(
  :ip_set_id,
  :change_token)
  SENSITIVE = []
  include Aws::Structure
end