Class: Aws::WAFRegional::Types::ListResourcesForWebACLRequest

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

#resource_typeString

The type of resource to list, either an application load balancer or Amazon API Gateway.

Returns:

  • (String)


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_idString

The unique identifier (ID) of the web ACL for which to list the associated resources.

Returns:

  • (String)


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