AWSIoTDeleteTopicRuleDestinationRequest

Objective-C

@interface AWSIoTDeleteTopicRuleDestinationRequest

Swift

class AWSIoTDeleteTopicRuleDestinationRequest
  • arn

    The ARN of the topic rule destination to delete.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable arn;

    Swift

    var arn: String? { get set }