Class: Aws::Types::GetAlarmsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarms::Array[Types::Alarm]

Returns the value of attribute alarms.

Returns:



1358
1359
1360
# File 'sig/types.rbs', line 1358

def alarms
  @alarms
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


1359
1360
1361
# File 'sig/types.rbs', line 1359

def next_page_token
  @next_page_token
end