Alarm

public struct Alarm : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the alarm.

    Declaration

    Swift

    public let alarmARN: String?
  • The name of the alarm.

    Declaration

    Swift

    public let alarmName: String?
  • Undocumented

    Declaration

    Swift

    public init(alarmARN: String? = nil, alarmName: String? = nil)