Class: Aws::Types::GetAlarmsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_name::String

Returns the value of attribute alarm_name.

Returns:

  • (::String)


1351
1352
1353
# File 'sig/types.rbs', line 1351

def alarm_name
  @alarm_name
end

#monitored_resource_name::String

Returns the value of attribute monitored_resource_name.

Returns:

  • (::String)


1353
1354
1355
# File 'sig/types.rbs', line 1353

def monitored_resource_name
  @monitored_resource_name
end

#page_token::String

Returns the value of attribute page_token.

Returns:

  • (::String)


1352
1353
1354
# File 'sig/types.rbs', line 1352

def page_token
  @page_token
end