AWSIoTListTopicRuleDestinationsResponse
Objective-C
@interface AWSIoTListTopicRuleDestinationsResponse
Swift
class AWSIoTListTopicRuleDestinationsResponse
-
Information about a topic rule destination.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTTopicRuleDestinationSummary *> *_Nullable destinationSummaries;
Swift
var destinationSummaries: [AWSIoTTopicRuleDestinationSummary]? { get set }
-
The token to use to get the next set of results, or null if there are no additional results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }