Class: Aws::WAF::Types::DeleteIPSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::DeleteIPSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-waf/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
-
#ip_set_id ⇒ String
The ‘IPSetId` of the IPSet that you want to delete.
Instance Attribute Details
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
1197 1198 1199 1200 1201 1202 |
# File 'lib/aws-sdk-waf/types.rb', line 1197 class DeleteIPSetRequest < Struct.new( :ip_set_id, :change_token) SENSITIVE = [] include Aws::Structure end |
#ip_set_id ⇒ String
The ‘IPSetId` of the IPSet that you want to delete. `IPSetId` is returned by CreateIPSet and by ListIPSets.
1197 1198 1199 1200 1201 1202 |
# File 'lib/aws-sdk-waf/types.rb', line 1197 class DeleteIPSetRequest < Struct.new( :ip_set_id, :change_token) SENSITIVE = [] include Aws::Structure end |