Class: Aws::Types::CreateLogAnomalyDetectorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_visibility_time::Integer

Returns the value of attribute anomaly_visibility_time.

Returns:

  • (::Integer)


215
216
217
# File 'sig/types.rbs', line 215

def anomaly_visibility_time
  @anomaly_visibility_time
end

#detector_name::String

Returns the value of attribute detector_name.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

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


212
213
214
# File 'sig/types.rbs', line 212

def evaluation_frequency
  @evaluation_frequency
end

#filter_pattern::String

Returns the value of attribute filter_pattern.

Returns:

  • (::String)


213
214
215
# File 'sig/types.rbs', line 213

def filter_pattern
  @filter_pattern
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def kms_key_id
  @kms_key_id
end

#log_group_arn_list::Array[::String]

Returns the value of attribute log_group_arn_list.

Returns:

  • (::Array[::String])


210
211
212
# File 'sig/types.rbs', line 210

def log_group_arn_list
  @log_group_arn_list
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


216
217
218
# File 'sig/types.rbs', line 216

def tags
  @tags
end