Class: Aws::Types::ActiveViolation
- Inherits:
-
Object
- Object
- Aws::Types::ActiveViolation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#behavior ⇒ Types::Behavior
Returns the value of attribute behavior.
-
#last_violation_time ⇒ ::Time
Returns the value of attribute last_violation_time.
-
#last_violation_value ⇒ Types::MetricValue
Returns the value of attribute last_violation_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_id ⇒ ::String
Returns the value of attribute violation_id.
-
#violation_start_time ⇒ ::Time
Returns the value of attribute violation_start_time.
Instance Attribute Details
#behavior ⇒ Types::Behavior
Returns the value of attribute behavior.
62 63 64 |
# File 'sig/types.rbs', line 62 def behavior @behavior end |
#last_violation_time ⇒ ::Time
Returns the value of attribute last_violation_time.
67 68 69 |
# File 'sig/types.rbs', line 67 def last_violation_time @last_violation_time end |
#last_violation_value ⇒ Types::MetricValue
Returns the value of attribute last_violation_value.
63 64 65 |
# File 'sig/types.rbs', line 63 def last_violation_value @last_violation_value end |
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
61 62 63 |
# File 'sig/types.rbs', line 61 def security_profile_name @security_profile_name end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
60 61 62 |
# File 'sig/types.rbs', line 60 def thing_name @thing_name end |
#verification_state ⇒ "FALSE_POSITIVE", ...
Returns the value of attribute verification_state.
65 66 67 |
# File 'sig/types.rbs', line 65 def verification_state @verification_state end |
#verification_state_description ⇒ ::String
Returns the value of attribute verification_state_description.
66 67 68 |
# File 'sig/types.rbs', line 66 def verification_state_description @verification_state_description end |
#violation_event_additional_info ⇒ Types::ViolationEventAdditionalInfo
Returns the value of attribute violation_event_additional_info.
64 65 66 |
# File 'sig/types.rbs', line 64 def violation_event_additional_info @violation_event_additional_info end |
#violation_id ⇒ ::String
Returns the value of attribute violation_id.
59 60 61 |
# File 'sig/types.rbs', line 59 def violation_id @violation_id end |
#violation_start_time ⇒ ::Time
Returns the value of attribute violation_start_time.
68 69 70 |
# File 'sig/types.rbs', line 68 def violation_start_time @violation_start_time end |