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