Class: Aws::WAFRegional::Types::GetWebACLRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/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)


2446
2447
2448
2449
2450
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2446

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