Class: Aws::Types::Anomaly

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#activeBoolean

Returns the value of attribute active.



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.



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.



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

def anomaly_id
  @anomaly_id
end

#description::String

Returns the value of attribute description.



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

def description
  @description
end

#first_seen::Integer

Returns the value of attribute first_seen.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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

def pattern_tokens
  @pattern_tokens
end

#priority::String

Returns the value of attribute priority.



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

def priority
  @priority
end

#state"Active", ...

Returns the value of attribute state.



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

def state
  @state
end

#suppressedBoolean

Returns the value of attribute suppressed.



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

def suppressed
  @suppressed
end

#suppressed_date::Integer

Returns the value of attribute suppressed_date.



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.



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

def suppressed_until
  @suppressed_until
end