Class: Aws::WAF::Types::GetByteMatchSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetByteMatchSetRequest
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/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.
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 |