Class: Aws::WAFRegional::Types::GetWebACLRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetWebACLRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#web_acl_id ⇒ String
The ‘WebACLId` of the WebACL that you want to get.
Instance Attribute Details
#web_acl_id ⇒ String
The ‘WebACLId` of the WebACL that you want to get. `WebACLId` is returned by CreateWebACL and by ListWebACLs.
2446 2447 2448 2449 2450 |
# File 'lib/aws-sdk-wafregional/types.rb', line 2446 class GetWebACLRequest < Struct.new( :web_acl_id) SENSITIVE = [] include Aws::Structure end |