GetAlarmsRequest

public struct GetAlarmsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the alarm. Specify an alarm name to return information about a specific alarm.

    Declaration

    Swift

    public let alarmName: String?
  • 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.

    Declaration

    Swift

    public let monitoredResourceName: String?
  • 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.

    Declaration

    Swift

    public let pageToken: String?
  • Undocumented

    Declaration

    Swift

    public init(alarmName: String? = nil, monitoredResourceName: String? = nil, pageToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws