Class: Aws::WAF::Types::CreateSizeConstraintSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::CreateSizeConstraintSetRequest
- 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.
-
#name ⇒ String
A friendly name or description of the SizeConstraintSet.
Instance Attribute Details
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
897 898 899 900 901 902 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 897 class CreateSizeConstraintSetRequest < Struct.new( :name, :change_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A friendly name or description of the SizeConstraintSet. You can't
change Name
after you create a SizeConstraintSet
.
897 898 899 900 901 902 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 897 class CreateSizeConstraintSetRequest < Struct.new( :name, :change_token) SENSITIVE = [] include Aws::Structure end |