Class: Aws::Types::ComplianceViolator
- Inherits:
-
Object
- Object
- Aws::Types::ComplianceViolator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#violation_reason ⇒ "WEB_ACL_MISSING_RULE_GROUP", ...
Returns the value of attribute violation_reason.
Instance Attribute Details
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
128 129 130 |
# File 'sig/types.rbs', line 128 def end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
125 126 127 |
# File 'sig/types.rbs', line 125 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
127 128 129 |
# File 'sig/types.rbs', line 127 def resource_type @resource_type end |
#violation_reason ⇒ "WEB_ACL_MISSING_RULE_GROUP", ...
Returns the value of attribute violation_reason.
126 127 128 |
# File 'sig/types.rbs', line 126 def violation_reason @violation_reason end |