Class: Aws::WAF::Types::DeleteSizeConstraintSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::DeleteSizeConstraintSetRequest
- Defined in:
- gems/aws-sdk-waf/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.
-
#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.
1429 1430 1431 1432 1433 1434 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1429 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.
1429 1430 1431 1432 1433 1434 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1429 class DeleteSizeConstraintSetRequest < Struct.new( :size_constraint_set_id, :change_token) SENSITIVE = [] include Aws::Structure end |