Class: Aws::FMS::Types::AwsVPCSecurityGroupViolation
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::AwsVPCSecurityGroupViolation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Violation detail for the rule violation in a security group when compared to the primary security group of the 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 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 Firewall Manager policy that partially match the ‘ViolationTarget` rule.
408 409 410 411 412 413 414 415 |
# File 'lib/aws-sdk-fms/types.rb', line 408 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`.
408 409 410 411 412 413 414 415 |
# File 'lib/aws-sdk-fms/types.rb', line 408 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.
408 409 410 411 412 413 414 415 |
# File 'lib/aws-sdk-fms/types.rb', line 408 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.
408 409 410 411 412 413 414 415 |
# File 'lib/aws-sdk-fms/types.rb', line 408 class AwsVPCSecurityGroupViolation < Struct.new( :violation_target, :violation_target_description, :partial_matches, :possible_security_group_remediation_actions) SENSITIVE = [] include Aws::Structure end |