Subscription

public struct Subscription : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of existing event subscriptions.

    Declaration

    Swift

    public let eventSubscriptions: [EventSubscription]
  • The ARN of the assessment template that is used during the event for which the SNS notification is sent.

    Declaration

    Swift

    public let resourceArn: String
  • The ARN of the Amazon Simple Notification Service (SNS) topic to which the SNS notifications are sent.

    Declaration

    Swift

    public let topicArn: String
  • Undocumented

    Declaration

    Swift

    public init(eventSubscriptions: [EventSubscription], resourceArn: String, topicArn: String)