NotificationRuleSummary

public struct NotificationRuleSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the notification rule.

    Declaration

    Swift

    public let arn: String?
  • id

    The unique ID of the notification rule.

    Declaration

    Swift

    public let id: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, id: String? = nil)