Class: Aws::WAF::Types::GetWebACLRequest

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

#web_acl_idString

The WebACLId of the WebACL that you want to get. WebACLId is returned by CreateWebACL and by ListWebACLs.

Returns:

  • (String)


2351
2352
2353
2354
2355
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 2351

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