AWSLogsUntagLogGroupRequest

Objective-C

@interface AWSLogsUntagLogGroupRequest

Swift

class AWSLogsUntagLogGroupRequest
  • The name of the log group.

    Declaration

    Objective-C

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

    Swift

    var logGroupName: String? { get set }
  • The tag keys. The corresponding tags are removed from the log group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable tags;

    Swift

    var tags: [String]? { get set }