AWSLambdaUntagResourceRequest
Objective-C
@interface AWSLambdaUntagResourceRequestSwift
class AWSLambdaUntagResourceRequest- 
                  
                  The function’s Amazon Resource Name (ARN). DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable resource;Swift var resource: String? { get set }
- 
                  
                  A list of tag keys to remove from the function. DeclarationObjective-C @property (nonatomic, strong) NSArray<NSString *> *_Nullable tagKeys;Swift var tagKeys: [String]? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSLambdaUntagResourceRequest Class Reference
        AWSLambdaUntagResourceRequest Class Reference