Class: Aws::WAFRegional::Types::DeleteSizeConstraintSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::DeleteSizeConstraintSetRequest
- 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.
-
#size_constraint_set_id ⇒ String
The ‘SizeConstraintSetId` of the SizeConstraintSet that you want to delete.
Instance Attribute Details
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
1460 1461 1462 1463 1464 1465 |
# File 'lib/aws-sdk-wafregional/types.rb', line 1460 class DeleteSizeConstraintSetRequest < Struct.new( :size_constraint_set_id, :change_token) SENSITIVE = [] include Aws::Structure end |
#size_constraint_set_id ⇒ String
The ‘SizeConstraintSetId` of the SizeConstraintSet that you want to delete. `SizeConstraintSetId` is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
1460 1461 1462 1463 1464 1465 |
# File 'lib/aws-sdk-wafregional/types.rb', line 1460 class DeleteSizeConstraintSetRequest < Struct.new( :size_constraint_set_id, :change_token) SENSITIVE = [] include Aws::Structure end |