AWSLambdaTagResourceRequest
Objective-C
@interface AWSLambdaTagResourceRequest
Swift
class AWSLambdaTagResourceRequest
-
The function’s Amazon Resource Name (ARN).
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resource;Swift
var resource: String? { get set } -
A list of tags to apply to the function.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;Swift
var tags: [String : String]? { get set }
View on GitHub
Install in Dash
AWSLambdaTagResourceRequest Class Reference