Class: Aws::FMS::Types::WebACLHasOutOfScopeResourcesViolation
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::WebACLHasOutOfScopeResourcesViolation
- 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
-
#out_of_scope_resource_list ⇒ Array<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.
-
#web_acl_arn ⇒ String
The Amazon Resource Name (ARN) of the web ACL.
Instance Attribute Details
#out_of_scope_resource_list ⇒ Array<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.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the web ACL.
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 |