Class: Aws::Types::AnomalousLogGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#impact_end_time::Time

Returns the value of attribute impact_end_time.

Returns:

  • (::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.

Returns:

  • (::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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


47
48
49
# File 'sig/types.rbs', line 47

def number_of_log_lines_scanned
  @number_of_log_lines_scanned
end