Class: Aws::Types::LogAnomalyClass
- Inherits:
-
Object
- Object
- Aws::Types::LogAnomalyClass
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#explanation ⇒ ::String
Returns the value of attribute explanation.
-
#log_anomaly_token ⇒ ::String
Returns the value of attribute log_anomaly_token.
-
#log_anomaly_type ⇒ "KEYWORD", ...
Returns the value of attribute log_anomaly_type.
-
#log_event_id ⇒ ::String
Returns the value of attribute log_event_id.
-
#log_event_timestamp ⇒ ::Time
Returns the value of attribute log_event_timestamp.
-
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
-
#number_of_log_lines_occurrences ⇒ ::Integer
Returns the value of attribute number_of_log_lines_occurrences.
Instance Attribute Details
#explanation ⇒ ::String
Returns the value of attribute explanation.
555 556 557 |
# File 'sig/types.rbs', line 555 def explanation @explanation end |
#log_anomaly_token ⇒ ::String
Returns the value of attribute log_anomaly_token.
553 554 555 |
# File 'sig/types.rbs', line 553 def log_anomaly_token @log_anomaly_token end |
#log_anomaly_type ⇒ "KEYWORD", ...
Returns the value of attribute log_anomaly_type.
552 553 554 |
# File 'sig/types.rbs', line 552 def log_anomaly_type @log_anomaly_type end |
#log_event_id ⇒ ::String
Returns the value of attribute log_event_id.
554 555 556 |
# File 'sig/types.rbs', line 554 def log_event_id @log_event_id end |
#log_event_timestamp ⇒ ::Time
Returns the value of attribute log_event_timestamp.
557 558 559 |
# File 'sig/types.rbs', line 557 def end |
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
551 552 553 |
# File 'sig/types.rbs', line 551 def log_stream_name @log_stream_name end |
#number_of_log_lines_occurrences ⇒ ::Integer
Returns the value of attribute number_of_log_lines_occurrences.
556 557 558 |
# File 'sig/types.rbs', line 556 def number_of_log_lines_occurrences @number_of_log_lines_occurrences end |