Class: Aws::Types::MonitorSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1076
1077
1078
# File 'sig/types.rbs', line 1076

def creation_time
  @creation_time
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


1077
1078
1079
# File 'sig/types.rbs', line 1077

def last_modification_time
  @last_modification_time
end

#monitor_arn ⇒ ::String

Returns the value of attribute monitor_arn.

Returns:

  • (::String)


1072
1073
1074
# File 'sig/types.rbs', line 1072

def monitor_arn
  @monitor_arn
end

#monitor_name ⇒ ::String

Returns the value of attribute monitor_name.

Returns:

  • (::String)


1073
1074
1075
# File 'sig/types.rbs', line 1073

def monitor_name
  @monitor_name
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1074
1075
1076
# File 'sig/types.rbs', line 1074

def resource_arn
  @resource_arn
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


1075
1076
1077
# File 'sig/types.rbs', line 1075

def status
  @status
end