AWSIoTGetTopicRuleDestinationRequest

Objective-C

@interface AWSIoTGetTopicRuleDestinationRequest

Swift

class AWSIoTGetTopicRuleDestinationRequest
  • arn

    The ARN of the topic rule destination.

    Declaration

    Objective-C

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

    Swift

    var arn: String? { get set }