Class: Aws::IoT::Types::PutVerificationStateOnViolationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::PutVerificationStateOnViolationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#verification_state ⇒ String
The verification state of the violation.
-
#verification_state_description ⇒ String
The description of the verification state of the violation (detect alarm).
-
#violation_id ⇒ String
The violation ID.
Instance Attribute Details
#verification_state ⇒ String
The verification state of the violation.
13335 13336 13337 13338 13339 13340 13341 |
# File 'lib/aws-sdk-iot/types.rb', line 13335 class PutVerificationStateOnViolationRequest < Struct.new( :violation_id, :verification_state, :verification_state_description) SENSITIVE = [] include Aws::Structure end |
#verification_state_description ⇒ String
The description of the verification state of the violation (detect alarm).
13335 13336 13337 13338 13339 13340 13341 |
# File 'lib/aws-sdk-iot/types.rb', line 13335 class PutVerificationStateOnViolationRequest < Struct.new( :violation_id, :verification_state, :verification_state_description) SENSITIVE = [] include Aws::Structure end |
#violation_id ⇒ String
The violation ID.
13335 13336 13337 13338 13339 13340 13341 |
# File 'lib/aws-sdk-iot/types.rb', line 13335 class PutVerificationStateOnViolationRequest < Struct.new( :violation_id, :verification_state, :verification_state_description) SENSITIVE = [] include Aws::Structure end |