Target

public struct Target : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let targetAddress: String?
  • The target type. Can be an Amazon SNS topic.

    Declaration

    Swift

    public let targetType: String?
  • Undocumented

    Declaration

    Swift

    public init(targetAddress: String? = nil, targetType: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws