Class: Aws::WAFRegional::Types::GetWebACLResponse

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_aclTypes::WebACL

Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

  • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId

  • DefaultAction (Data type is WafAction): Contains Type

  • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId

  • Action: Contains Type

Returns:



2469
2470
2471
2472
2473
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2469

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