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.
12954 12955 12956 12957 12958 12959 12960 |
# File 'lib/aws-sdk-iot/types.rb', line 12954 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).
12954 12955 12956 12957 12958 12959 12960 |
# File 'lib/aws-sdk-iot/types.rb', line 12954 class PutVerificationStateOnViolationRequest < Struct.new( :violation_id, :verification_state, :verification_state_description) SENSITIVE = [] include Aws::Structure end |
#violation_id ⇒ String
The violation ID.
12954 12955 12956 12957 12958 12959 12960 |
# File 'lib/aws-sdk-iot/types.rb', line 12954 class PutVerificationStateOnViolationRequest < Struct.new( :violation_id, :verification_state, :verification_state_description) SENSITIVE = [] include Aws::Structure end |