Class: Aws::WAFRegional::Types::GetByteMatchSetRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wafregional/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#byte_match_set_idString

The ‘ByteMatchSetId` of the ByteMatchSet that you want to get. `ByteMatchSetId` is returned by CreateByteMatchSet and by ListByteMatchSets.

Returns:

  • (String)


1886
1887
1888
1889
1890
# File 'lib/aws-sdk-wafregional/types.rb', line 1886

class GetByteMatchSetRequest < Struct.new(
  :byte_match_set_id)
  SENSITIVE = []
  include Aws::Structure
end