Class: Aws::Types::MonitorInfo

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)


1066
1067
1068
# File 'sig/types.rbs', line 1066

def monitor_arn
  @monitor_arn
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


1067
1068
1069
# File 'sig/types.rbs', line 1067

def status
  @status
end