Class: Aws::Types::Anomaly

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activeBoolean

Returns the value of attribute active.

Returns:

  • (Boolean)


53
54
55
# File 'sig/types.rbs', line 53

def active
  @active
end

#anomaly_detector_arn::String

Returns the value of attribute anomaly_detector_arn.

Returns:

  • (::String)


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

def anomaly_detector_arn
  @anomaly_detector_arn
end

#anomaly_id::String

Returns the value of attribute anomaly_id.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def anomaly_id
  @anomaly_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def description
  @description
end

#first_seen::Integer

Returns the value of attribute first_seen.

Returns:

  • (::Integer)


50
51
52
# File 'sig/types.rbs', line 50

def first_seen
  @first_seen
end

#histogram::Hash[::String, ::Integer]

Returns the value of attribute histogram.

Returns:

  • (::Hash[::String, ::Integer])


55
56
57
# File 'sig/types.rbs', line 55

def histogram
  @histogram
end

#is_pattern_level_suppressionBoolean

Returns the value of attribute is_pattern_level_suppression.

Returns:

  • (Boolean)


62
63
64
# File 'sig/types.rbs', line 62

def is_pattern_level_suppression
  @is_pattern_level_suppression
end

#last_seen::Integer

Returns the value of attribute last_seen.

Returns:

  • (::Integer)


51
52
53
# File 'sig/types.rbs', line 51

def last_seen
  @last_seen
end

#log_group_arn_list::Array[::String]

Returns the value of attribute log_group_arn_list.

Returns:

  • (::Array[::String])


58
59
60
# File 'sig/types.rbs', line 58

def log_group_arn_list
  @log_group_arn_list
end

#log_samples::Array[Types::LogEvent]

Returns the value of attribute log_samples.

Returns:



56
57
58
# File 'sig/types.rbs', line 56

def log_samples
  @log_samples
end

#pattern_id::String

Returns the value of attribute pattern_id.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def pattern_id
  @pattern_id
end

#pattern_regex::String

Returns the value of attribute pattern_regex.

Returns:

  • (::String)


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

def pattern_regex
  @pattern_regex
end

#pattern_string::String

Returns the value of attribute pattern_string.

Returns:

  • (::String)


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

def pattern_string
  @pattern_string
end

#pattern_tokens::Array[Types::PatternToken]

Returns the value of attribute pattern_tokens.

Returns:



57
58
59
# File 'sig/types.rbs', line 57

def pattern_tokens
  @pattern_tokens
end

#priority::String

Returns the value of attribute priority.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def priority
  @priority
end

#state"Active", ...

Returns the value of attribute state.

Returns:

  • ("Active", "Suppressed", "Baseline")


54
55
56
# File 'sig/types.rbs', line 54

def state
  @state
end

#suppressedBoolean

Returns the value of attribute suppressed.

Returns:

  • (Boolean)


59
60
61
# File 'sig/types.rbs', line 59

def suppressed
  @suppressed
end

#suppressed_date::Integer

Returns the value of attribute suppressed_date.

Returns:

  • (::Integer)


60
61
62
# File 'sig/types.rbs', line 60

def suppressed_date
  @suppressed_date
end

#suppressed_until::Integer

Returns the value of attribute suppressed_until.

Returns:

  • (::Integer)


61
62
63
# File 'sig/types.rbs', line 61

def suppressed_until
  @suppressed_until
end