AWSIoTUntagResourceRequest
Objective-C
@interface AWSIoTUntagResourceRequest
Swift
class AWSIoTUntagResourceRequest
-
The ARN of the resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceArn;Swift
var resourceArn: String? { get set } -
A list of the keys of the tags to be removed from the resource.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable tagKeys;Swift
var tagKeys: [String]? { get set }
View on GitHub
Install in Dash
AWSIoTUntagResourceRequest Class Reference