AWSLogsTagLogGroupRequest
Objective-C
@interface AWSLogsTagLogGroupRequest
Swift
class AWSLogsTagLogGroupRequest
-
The name of the log group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable logGroupName;
Swift
var logGroupName: String? { get set }
-
The key-value pairs to use for the tags.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;
Swift
var tags: [String : String]? { get set }