Class: Aws::Types::AwsVPCSecurityGroupViolation
- Inherits:
-
Object
- Object
- Aws::Types::AwsVPCSecurityGroupViolation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#partial_matches ⇒ ::Array[Types::PartialMatch]
Returns the value of attribute partial_matches.
-
#possible_security_group_remediation_actions ⇒ ::Array[Types::SecurityGroupRemediationAction]
Returns the value of attribute possible_security_group_remediation_actions.
-
#violation_target ⇒ ::String
Returns the value of attribute violation_target.
-
#violation_target_description ⇒ ::String
Returns the value of attribute violation_target_description.
Instance Attribute Details
#partial_matches ⇒ ::Array[Types::PartialMatch]
Returns the value of attribute partial_matches.
95 96 97 |
# File 'sig/types.rbs', line 95 def partial_matches @partial_matches end |
#possible_security_group_remediation_actions ⇒ ::Array[Types::SecurityGroupRemediationAction]
Returns the value of attribute possible_security_group_remediation_actions.
96 97 98 |
# File 'sig/types.rbs', line 96 def possible_security_group_remediation_actions @possible_security_group_remediation_actions end |
#violation_target ⇒ ::String
Returns the value of attribute violation_target.
93 94 95 |
# File 'sig/types.rbs', line 93 def violation_target @violation_target end |
#violation_target_description ⇒ ::String
Returns the value of attribute violation_target_description.
94 95 96 |
# File 'sig/types.rbs', line 94 def violation_target_description @violation_target_description end |