Class: Aws::Types::UpdateMonitorOutput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_period::Integer

Returns the value of attribute aggregation_period.



238
239
240
# File 'sig/types.rbs', line 238

def aggregation_period
  @aggregation_period
end

#monitor_arn::String

Returns the value of attribute monitor_arn.



235
236
237
# File 'sig/types.rbs', line 235

def monitor_arn
  @monitor_arn
end

#monitor_name::String

Returns the value of attribute monitor_name.



236
237
238
# File 'sig/types.rbs', line 236

def monitor_name
  @monitor_name
end

#state"PENDING", ...

Returns the value of attribute state.



237
238
239
# File 'sig/types.rbs', line 237

def state
  @state
end

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

Returns the value of attribute tags.



239
240
241
# File 'sig/types.rbs', line 239

def tags
  @tags
end