Class: Aws::Types::Monitor

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#monitor_arn::String

Returns the value of attribute monitor_arn.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def monitor_arn
  @monitor_arn
end

#monitor_name::String

Returns the value of attribute monitor_name.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def monitor_name
  @monitor_name
end

#processing_status"OK", ...

Returns the value of attribute processing_status.

Returns:

  • ("OK", "INACTIVE", "COLLECTING_DATA", "INSUFFICIENT_DATA", "FAULT_SERVICE", "FAULT_ACCESS_CLOUDWATCH")


312
313
314
# File 'sig/types.rbs', line 312

def processing_status
  @processing_status
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "ACTIVE", "INACTIVE", "ERROR")


311
312
313
# File 'sig/types.rbs', line 311

def status
  @status
end