Class: Aws::WAF::Types::GetByteMatchSetRequest

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

#byte_match_set_idString

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

Returns:

  • (String)


1828
1829
1830
1831
1832
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1828

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