Class: Aws::Types::ViolationEvent
- Inherits:
-
Object
- Object
- Aws::Types::ViolationEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#behavior ⇒ Types::Behavior
Returns the value of attribute behavior.
-
#metric_value ⇒ Types::MetricValue
Returns the value of attribute metric_value.
-
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
-
#verification_state ⇒ "FALSE_POSITIVE", ...
Returns the value of attribute verification_state.
-
#verification_state_description ⇒ ::String
Returns the value of attribute verification_state_description.
-
#violation_event_additional_info ⇒ Types::ViolationEventAdditionalInfo
Returns the value of attribute violation_event_additional_info.
-
#violation_event_time ⇒ ::Time
Returns the value of attribute violation_event_time.
-
#violation_event_type ⇒ "in-alarm", ...
Returns the value of attribute violation_event_type.
-
#violation_id ⇒ ::String
Returns the value of attribute violation_id.
Instance Attribute Details
#behavior ⇒ Types::Behavior
Returns the value of attribute behavior.
5462 5463 5464 |
# File 'sig/types.rbs', line 5462 def behavior @behavior end |
#metric_value ⇒ Types::MetricValue
Returns the value of attribute metric_value.
5463 5464 5465 |
# File 'sig/types.rbs', line 5463 def metric_value @metric_value end |
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
5461 5462 5463 |
# File 'sig/types.rbs', line 5461 def security_profile_name @security_profile_name end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
5460 5461 5462 |
# File 'sig/types.rbs', line 5460 def thing_name @thing_name end |
#verification_state ⇒ "FALSE_POSITIVE", ...
Returns the value of attribute verification_state.
5466 5467 5468 |
# File 'sig/types.rbs', line 5466 def verification_state @verification_state end |
#verification_state_description ⇒ ::String
Returns the value of attribute verification_state_description.
5467 5468 5469 |
# File 'sig/types.rbs', line 5467 def verification_state_description @verification_state_description end |
#violation_event_additional_info ⇒ Types::ViolationEventAdditionalInfo
Returns the value of attribute violation_event_additional_info.
5464 5465 5466 |
# File 'sig/types.rbs', line 5464 def violation_event_additional_info @violation_event_additional_info end |
#violation_event_time ⇒ ::Time
Returns the value of attribute violation_event_time.
5468 5469 5470 |
# File 'sig/types.rbs', line 5468 def violation_event_time @violation_event_time end |
#violation_event_type ⇒ "in-alarm", ...
Returns the value of attribute violation_event_type.
5465 5466 5467 |
# File 'sig/types.rbs', line 5465 def violation_event_type @violation_event_type end |
#violation_id ⇒ ::String
Returns the value of attribute violation_id.
5459 5460 5461 |
# File 'sig/types.rbs', line 5459 def violation_id @violation_id end |