Class: Aws::Types::AnomalyDetector

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_detector_arn::String

Returns the value of attribute anomaly_detector_arn.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def anomaly_detector_arn
  @anomaly_detector_arn
end

#anomaly_detector_status"INITIALIZING", ...

Returns the value of attribute anomaly_detector_status.

Returns:

  • ("INITIALIZING", "TRAINING", "ANALYZING", "FAILED", "DELETED", "PAUSED")


72
73
74
# File 'sig/types.rbs', line 72

def anomaly_detector_status
  @anomaly_detector_status
end

#anomaly_visibility_time::Integer

Returns the value of attribute anomaly_visibility_time.

Returns:

  • (::Integer)


76
77
78
# File 'sig/types.rbs', line 76

def anomaly_visibility_time
  @anomaly_visibility_time
end

#creation_time_stamp::Integer

Returns the value of attribute creation_time_stamp.

Returns:

  • (::Integer)


74
75
76
# File 'sig/types.rbs', line 74

def creation_time_stamp
  @creation_time_stamp
end

#detector_name::String

Returns the value of attribute detector_name.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def detector_name
  @detector_name
end

#evaluation_frequency"ONE_MIN", ...

Returns the value of attribute evaluation_frequency.

Returns:

  • ("ONE_MIN", "FIVE_MIN", "TEN_MIN", "FIFTEEN_MIN", "THIRTY_MIN", "ONE_HOUR")


70
71
72
# File 'sig/types.rbs', line 70

def evaluation_frequency
  @evaluation_frequency
end

#filter_pattern::String

Returns the value of attribute filter_pattern.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def filter_pattern
  @filter_pattern
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def kms_key_id
  @kms_key_id
end

#last_modified_time_stamp::Integer

Returns the value of attribute last_modified_time_stamp.

Returns:

  • (::Integer)


75
76
77
# File 'sig/types.rbs', line 75

def last_modified_time_stamp
  @last_modified_time_stamp
end

#log_group_arn_list::Array[::String]

Returns the value of attribute log_group_arn_list.

Returns:

  • (::Array[::String])


69
70
71
# File 'sig/types.rbs', line 69

def log_group_arn_list
  @log_group_arn_list
end