Class: Aws::Types::AnomalyMonitor

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::String

Returns the value of attribute creation_date.

Returns:

  • (::String)


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

def creation_date
  @creation_date
end

#dimensional_value_count::Integer

Returns the value of attribute dimensional_value_count.

Returns:

  • (::Integer)


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

def dimensional_value_count
  @dimensional_value_count
end

#last_evaluated_date::String

Returns the value of attribute last_evaluated_date.

Returns:

  • (::String)


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

def last_evaluated_date
  @last_evaluated_date
end

#last_updated_date::String

Returns the value of attribute last_updated_date.

Returns:

  • (::String)


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

def last_updated_date
  @last_updated_date
end

#monitor_arn::String

Returns the value of attribute monitor_arn.

Returns:

  • (::String)


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

def monitor_arn
  @monitor_arn
end

#monitor_dimension"SERVICE", ...

Returns the value of attribute monitor_dimension.

Returns:

  • ("SERVICE", "LINKED_ACCOUNT", "TAG", "COST_CATEGORY")


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

def monitor_dimension
  @monitor_dimension
end

#monitor_name::String

Returns the value of attribute monitor_name.

Returns:

  • (::String)


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

def monitor_name
  @monitor_name
end

#monitor_specificationTypes::Expression

Returns the value of attribute monitor_specification.

Returns:



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

def monitor_specification
  @monitor_specification
end

#monitor_type"DIMENSIONAL", "CUSTOM"

Returns the value of attribute monitor_type.

Returns:

  • ("DIMENSIONAL", "CUSTOM")


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

def monitor_type
  @monitor_type
end