Class: Aws::WAF::Types::CreateByteMatchSetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_tokenString

The value returned by the most recent call to GetChangeToken.

Returns:

  • (String)


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

#nameString

A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

Returns:

  • (String)


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