Class: Aws::WAFRegional::Types::ListResourcesForWebACLResponse

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_arnsArray<String>

An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL. An array with zero elements is returned if there are no resources associated with the web ACL.

Returns:

  • (Array<String>)


3234
3235
3236
3237
3238
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 3234

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