DescribeLogPatternRequest
public struct DescribeLogPatternRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the log pattern.
Declaration
Swift
public let patternName: String
-
The name of the log pattern set.
Declaration
Swift
public let patternSetName: String
-
The name of the resource group.
Declaration
Swift
public let resourceGroupName: String
-
Undocumented
Declaration
Swift
public init(patternName: String, patternSetName: String, resourceGroupName: String)
-
Declaration
Swift
public func validate(name: String) throws