Class: Aws::Types::PartialMatch
- Inherits:
-
Object
- Object
- Aws::Types::PartialMatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reference ⇒ ::String
Returns the value of attribute reference.
-
#target_violation_reasons ⇒ ::Array[::String]
Returns the value of attribute target_violation_reasons.
Instance Attribute Details
#reference ⇒ ::String
Returns the value of attribute reference.
822 823 824 |
# File 'sig/types.rbs', line 822 def reference @reference end |
#target_violation_reasons ⇒ ::Array[::String]
Returns the value of attribute target_violation_reasons.
823 824 825 |
# File 'sig/types.rbs', line 823 def target_violation_reasons @target_violation_reasons end |