Class: Aws::Types::AnomalousLogGroup
- Inherits:
-
Object
- Object
- Aws::Types::AnomalousLogGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#impact_end_time ⇒ ::Time
Returns the value of attribute impact_end_time.
-
#impact_start_time ⇒ ::Time
Returns the value of attribute impact_start_time.
-
#log_anomaly_showcases ⇒ ::Array[Types::LogAnomalyShowcase]
Returns the value of attribute log_anomaly_showcases.
-
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
-
#number_of_log_lines_scanned ⇒ ::Integer
Returns the value of attribute number_of_log_lines_scanned.
Instance Attribute Details
#impact_end_time ⇒ ::Time
Returns the value of attribute impact_end_time.
46 47 48 |
# File 'sig/types.rbs', line 46 def impact_end_time @impact_end_time end |
#impact_start_time ⇒ ::Time
Returns the value of attribute impact_start_time.
45 46 47 |
# File 'sig/types.rbs', line 45 def impact_start_time @impact_start_time end |
#log_anomaly_showcases ⇒ ::Array[Types::LogAnomalyShowcase]
Returns the value of attribute log_anomaly_showcases.
48 49 50 |
# File 'sig/types.rbs', line 48 def log_anomaly_showcases @log_anomaly_showcases end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
44 45 46 |
# File 'sig/types.rbs', line 44 def log_group_name @log_group_name end |
#number_of_log_lines_scanned ⇒ ::Integer
Returns the value of attribute number_of_log_lines_scanned.
47 48 49 |
# File 'sig/types.rbs', line 47 def number_of_log_lines_scanned @number_of_log_lines_scanned end |