DescribeLogPatternResponse
public struct DescribeLogPatternResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The successfully created log pattern.
Declaration
Swift
public let logPattern: LogPattern?
-
The name of the resource group.
Declaration
Swift
public let resourceGroupName: String?
-
Undocumented
Declaration
Swift
public init(logPattern: LogPattern? = nil, resourceGroupName: String? = nil)