Class: Aws::WAFV2::Types::GetWebACLForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::GetWebACLForResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
Note:
When making an API call, you may pass GetWebACLForResourceRequest data as a hash:
{
resource_arn: "ResourceArn", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN (Amazon Resource Name) of the resource.
Instance Attribute Details
#resource_arn ⇒ String
The ARN (Amazon Resource Name) of the resource.
4316 4317 4318 4319 4320 |
# File 'lib/aws-sdk-wafv2/types.rb', line 4316 class GetWebACLForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |