Class: Aws::WAFRegional::Types::ListResourcesForWebACLRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::ListResourcesForWebACLRequest
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_type ⇒ String
The type of resource to list, either an application load balancer or Amazon API Gateway.
-
#web_acl_id ⇒ String
The unique identifier (ID) of the web ACL for which to list the associated resources.
Instance Attribute Details
#resource_type ⇒ String
The type of resource to list, either an application load balancer or Amazon API Gateway.
3219 3220 3221 3222 3223 3224 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 3219 class ListResourcesForWebACLRequest < Struct.new( :web_acl_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#web_acl_id ⇒ String
The unique identifier (ID) of the web ACL for which to list the associated resources.
3219 3220 3221 3222 3223 3224 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 3219 class ListResourcesForWebACLRequest < Struct.new( :web_acl_id, :resource_type) SENSITIVE = [] include Aws::Structure end |