Class: Aws::WAFRegional::Types::CreateByteMatchSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::CreateByteMatchSetRequest
- 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.
-
#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.
567 568 569 570 571 572 |
# File 'lib/aws-sdk-wafregional/types.rb', line 567 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`.
567 568 569 570 571 572 |
# File 'lib/aws-sdk-wafregional/types.rb', line 567 class CreateByteMatchSetRequest < Struct.new( :name, :change_token) SENSITIVE = [] include Aws::Structure end |