Class: Aws::WAF::Types::GetWebACLRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetWebACLRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-waf/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.
2351 2352 2353 2354 2355 |
# File 'lib/aws-sdk-waf/types.rb', line 2351 class GetWebACLRequest < Struct.new( :web_acl_id) SENSITIVE = [] include Aws::Structure end |