Class: Aws::Types::DescribeAlarmsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#composite_alarms::Array[Types::CompositeAlarm]

Returns the value of attribute composite_alarms.

Returns:



255
256
257
# File 'sig/types.rbs', line 255

def composite_alarms
  @composite_alarms
end

#log_alarms::Array[Types::LogAlarm]

Returns the value of attribute log_alarms.

Returns:



257
258
259
# File 'sig/types.rbs', line 257

def log_alarms
  @log_alarms
end

#metric_alarms::Array[Types::MetricAlarm]

Returns the value of attribute metric_alarms.

Returns:



256
257
258
# File 'sig/types.rbs', line 256

def metric_alarms
  @metric_alarms
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def next_token
  @next_token
end