SubscribeRequest

public struct SubscribeRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the notification rule for which you want to create the association.

    Declaration

    Swift

    public let arn: String
  • An enumeration token that, when provided in a request, returns the next batch of the results.

    Declaration

    Swift

    public let clientRequestToken: String?
  • Undocumented

    Declaration

    Swift

    public let target: Target
  • Undocumented

    Declaration

    Swift

    public init(arn: String, clientRequestToken: String? = nil, target: Target)
  • Declaration

    Swift

    public func validate(name: String) throws