Class: Aws::WAF::Types::DeleteIPSetRequest

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


1197
1198
1199
1200
1201
1202
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1197

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)


1197
1198
1199
1200
1201
1202
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1197

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