class Aws::Lightsail::Types::GetAlarmsRequest

@note When making an API call, you may pass GetAlarmsRequest

data as a hash:

    {
      alarm_name: "ResourceName",
      page_token: "string",
      monitored_resource_name: "ResourceName",
    }

@!attribute [rw] alarm_name

The name of the alarm.

Specify an alarm name to return information about a specific alarm.
@return [String]

@!attribute [rw] page_token

The token to advance to the next page of results from your request.

To get a page token, perform an initial `GetAlarms` request. If your
results are paginated, the response will return a next page token
that you can specify as the page token in a subsequent request.
@return [String]

@!attribute [rw] monitored_resource_name

The name of the Lightsail resource being monitored by the alarm.

Specify a monitored resource name to return information about all
alarms for a specific resource.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetAlarmsRequest AWS API Documentation

Constants

SENSITIVE