Class: Aws::Types::GetLogAnomalyDetectorResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_detector_status"INITIALIZING", ...

Returns the value of attribute anomaly_detector_status.

Returns:

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


947
948
949
# File 'sig/types.rbs', line 947

def anomaly_detector_status
  @anomaly_detector_status
end

#anomaly_visibility_time::Integer

Returns the value of attribute anomaly_visibility_time.

Returns:

  • (::Integer)


951
952
953
# File 'sig/types.rbs', line 951

def anomaly_visibility_time
  @anomaly_visibility_time
end

#creation_time_stamp::Integer

Returns the value of attribute creation_time_stamp.

Returns:

  • (::Integer)


949
950
951
# File 'sig/types.rbs', line 949

def creation_time_stamp
  @creation_time_stamp
end

#detector_name::String

Returns the value of attribute detector_name.

Returns:

  • (::String)


943
944
945
# File 'sig/types.rbs', line 943

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")


945
946
947
# File 'sig/types.rbs', line 945

def evaluation_frequency
  @evaluation_frequency
end

#filter_pattern::String

Returns the value of attribute filter_pattern.

Returns:

  • (::String)


946
947
948
# File 'sig/types.rbs', line 946

def filter_pattern
  @filter_pattern
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


948
949
950
# File 'sig/types.rbs', line 948

def kms_key_id
  @kms_key_id
end

#last_modified_time_stamp::Integer

Returns the value of attribute last_modified_time_stamp.

Returns:

  • (::Integer)


950
951
952
# File 'sig/types.rbs', line 950

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])


944
945
946
# File 'sig/types.rbs', line 944

def log_group_arn_list
  @log_group_arn_list
end