Class: Aws::WAFRegional::Types::GetByteMatchSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetByteMatchSetRequest
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#byte_match_set_id ⇒ String
The
ByteMatchSetId
of the ByteMatchSet that you want to get.
Instance Attribute Details
#byte_match_set_id ⇒ String
The ByteMatchSetId
of the ByteMatchSet that you want to get.
ByteMatchSetId
is returned by CreateByteMatchSet and by
ListByteMatchSets.
1886 1887 1888 1889 1890 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 1886 class GetByteMatchSetRequest < Struct.new( :byte_match_set_id) SENSITIVE = [] include Aws::Structure end |