DeleteTopicRuleDestinationRequest

public struct DeleteTopicRuleDestinationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN of the topic rule destination to delete.

    Declaration

    Swift

    public let arn: String
  • Undocumented

    Declaration

    Swift

    public init(arn: String)