Class: Aws::Types::ListViolationEventsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListViolationEventsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#behavior_criteria_type ⇒ "STATIC", ...
Returns the value of attribute behavior_criteria_type.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#list_suppressed_alerts ⇒ Boolean
Returns the value of attribute list_suppressed_alerts.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
-
#verification_state ⇒ "FALSE_POSITIVE", ...
Returns the value of attribute verification_state.
Instance Attribute Details
#behavior_criteria_type ⇒ "STATIC", ...
Returns the value of attribute behavior_criteria_type.
3827 3828 3829 |
# File 'sig/types.rbs', line 3827 def behavior_criteria_type @behavior_criteria_type end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
3824 3825 3826 |
# File 'sig/types.rbs', line 3824 def end_time @end_time end |
#list_suppressed_alerts ⇒ Boolean
Returns the value of attribute list_suppressed_alerts.
3828 3829 3830 |
# File 'sig/types.rbs', line 3828 def list_suppressed_alerts @list_suppressed_alerts end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3831 3832 3833 |
# File 'sig/types.rbs', line 3831 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3830 3831 3832 |
# File 'sig/types.rbs', line 3830 def next_token @next_token end |
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
3826 3827 3828 |
# File 'sig/types.rbs', line 3826 def security_profile_name @security_profile_name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
3823 3824 3825 |
# File 'sig/types.rbs', line 3823 def start_time @start_time end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
3825 3826 3827 |
# File 'sig/types.rbs', line 3825 def thing_name @thing_name end |
#verification_state ⇒ "FALSE_POSITIVE", ...
Returns the value of attribute verification_state.
3829 3830 3831 |
# File 'sig/types.rbs', line 3829 def verification_state @verification_state end |