Class: Aws::Types::PutVerificationStateOnViolationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutVerificationStateOnViolationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#verification_state ⇒ "FALSE_POSITIVE", ...
Returns the value of attribute verification_state.
-
#verification_state_description ⇒ ::String
Returns the value of attribute verification_state_description.
-
#violation_id ⇒ ::String
Returns the value of attribute violation_id.
Instance Attribute Details
#verification_state ⇒ "FALSE_POSITIVE", ...
Returns the value of attribute verification_state.
4168 4169 4170 |
# File 'sig/types.rbs', line 4168 def verification_state @verification_state end |
#verification_state_description ⇒ ::String
Returns the value of attribute verification_state_description.
4169 4170 4171 |
# File 'sig/types.rbs', line 4169 def verification_state_description @verification_state_description end |
#violation_id ⇒ ::String
Returns the value of attribute violation_id.
4167 4168 4169 |
# File 'sig/types.rbs', line 4167 def violation_id @violation_id end |