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

#aggregation_period::Integer

Returns the value of attribute aggregation_period.

Returns:

  • (::Integer)


163
164
165
# File 'sig/types.rbs', line 163

def aggregation_period
  @aggregation_period
end

#monitor_arn::String

Returns the value of attribute monitor_arn.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def monitor_arn
  @monitor_arn
end

#monitor_name::String

Returns the value of attribute monitor_name.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def monitor_name
  @monitor_name
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:

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


162
163
164
# File 'sig/types.rbs', line 162

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


164
165
166
# File 'sig/types.rbs', line 164

def tags
  @tags
end