TagLogGroupRequest
public struct TagLogGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the log group.
Declaration
Swift
public let logGroupName: String -
The key-value pairs to use for the tags.
Declaration
Swift
public let tags: [String : String] -
Undocumented
Declaration
Swift
public init(logGroupName: String, tags: [String : String]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
TagLogGroupRequest Structure Reference