You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::FMS::Types::AwsVPCSecurityGroupViolation
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::AwsVPCSecurityGroupViolation
- Defined in:
- (unknown)
Overview
Details of the rule violation in a security group when compared to the master security group of the AWS Firewall Manager policy.
Returned by:
Instance Attribute Summary collapse
-
#partial_matches ⇒ Array<Types::PartialMatch>
List of rules specified in the security group of the AWS Firewall Manager policy that partially match the
ViolationTarget
rule. -
#possible_security_group_remediation_actions ⇒ Array<Types::SecurityGroupRemediationAction>
Remediation options for the rule specified in the
ViolationTarget
. -
#violation_target ⇒ String
The security group rule that is being evaluated.
-
#violation_target_description ⇒ String
A description of the security group that violates the policy.
Instance Attribute Details
#partial_matches ⇒ Array<Types::PartialMatch>
List of rules specified in the security group of the AWS Firewall
Manager policy that partially match the ViolationTarget
rule.
#possible_security_group_remediation_actions ⇒ Array<Types::SecurityGroupRemediationAction>
Remediation options for the rule specified in the ViolationTarget
.
#violation_target ⇒ String
The security group rule that is being evaluated.
#violation_target_description ⇒ String
A description of the security group that violates the policy.