Class: Aws::FMS::Types::AwsVPCSecurityGroupViolation
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::AwsVPCSecurityGroupViolation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Details of the rule violation in a security group when compared to the master security group of the AWS Firewall Manager policy.
Constant Summary collapse
- SENSITIVE =
[]
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.
248 249 250 251 252 253 254 255 |
# File 'lib/aws-sdk-fms/types.rb', line 248 class AwsVPCSecurityGroupViolation < Struct.new( :violation_target, :violation_target_description, :partial_matches, :possible_security_group_remediation_actions) SENSITIVE = [] include Aws::Structure end |
#possible_security_group_remediation_actions ⇒ Array<Types::SecurityGroupRemediationAction>
Remediation options for the rule specified in the ‘ViolationTarget`.
248 249 250 251 252 253 254 255 |
# File 'lib/aws-sdk-fms/types.rb', line 248 class AwsVPCSecurityGroupViolation < Struct.new( :violation_target, :violation_target_description, :partial_matches, :possible_security_group_remediation_actions) SENSITIVE = [] include Aws::Structure end |
#violation_target ⇒ String
The security group rule that is being evaluated.
248 249 250 251 252 253 254 255 |
# File 'lib/aws-sdk-fms/types.rb', line 248 class AwsVPCSecurityGroupViolation < Struct.new( :violation_target, :violation_target_description, :partial_matches, :possible_security_group_remediation_actions) SENSITIVE = [] include Aws::Structure end |
#violation_target_description ⇒ String
A description of the security group that violates the policy.
248 249 250 251 252 253 254 255 |
# File 'lib/aws-sdk-fms/types.rb', line 248 class AwsVPCSecurityGroupViolation < Struct.new( :violation_target, :violation_target_description, :partial_matches, :possible_security_group_remediation_actions) SENSITIVE = [] include Aws::Structure end |