Class: Aws::FMS::Types::WebACLHasOutOfScopeResourcesViolation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fms/types.rb

Overview

The violation details for a web ACL that’s associated with at least one resource that’s out of scope of the Firewall Manager policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#out_of_scope_resource_listArray<String>

An array of Amazon Resource Name (ARN) for the resources that are out of scope of the policy and are associated with the web ACL.

Returns:

  • (Array<String>)


5584
5585
5586
5587
5588
5589
# File 'lib/aws-sdk-fms/types.rb', line 5584

class WebACLHasOutOfScopeResourcesViolation < Struct.new(
  :web_acl_arn,
  :out_of_scope_resource_list)
  SENSITIVE = []
  include Aws::Structure
end

#web_acl_arnString

The Amazon Resource Name (ARN) of the web ACL.

Returns:

  • (String)


5584
5585
5586
5587
5588
5589
# File 'lib/aws-sdk-fms/types.rb', line 5584

class WebACLHasOutOfScopeResourcesViolation < Struct.new(
  :web_acl_arn,
  :out_of_scope_resource_list)
  SENSITIVE = []
  include Aws::Structure
end