UntagLogGroupRequest

public struct UntagLogGroupRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the log group.

    Declaration

    Swift

    public let logGroupName: String
  • The tag keys. The corresponding tags are removed from the log group.

    Declaration

    Swift

    public let tags: [String]
  • Undocumented

    Declaration

    Swift

    public init(logGroupName: String, tags: [String])
  • Declaration

    Swift

    public func validate(name: String) throws