CreateLogStreamRequest
public struct CreateLogStreamRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the log group.
Declaration
Swift
public let logGroupName: String
-
The name of the log stream.
Declaration
Swift
public let logStreamName: String
-
Undocumented
Declaration
Swift
public init(logGroupName: String, logStreamName: String)
-
Declaration
Swift
public func validate(name: String) throws