AWSIoTListTagsForResourceRequest

Objective-C

@interface AWSIoTListTagsForResourceRequest

Swift

class AWSIoTListTagsForResourceRequest
  • To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }
  • The ARN of the resource.

    Declaration

    Objective-C

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

    Swift

    var resourceArn: String? { get set }