Class: Aws::WAFRegional::Types::DeleteIPSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::DeleteIPSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/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.
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_id ⇒ String
The ‘IPSetId` of the IPSet that you want to delete. `IPSetId` is returned by CreateIPSet and by ListIPSets.
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 |