ListLogPatternSetsResponse
public struct ListLogPatternSetsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of log pattern sets.
Declaration
Swift
public let logPatternSets: [String]?
-
The token used to retrieve the next page of results. This value is null when there are no more results to return.
Declaration
Swift
public let nextToken: String?
-
The name of the resource group.
Declaration
Swift
public let resourceGroupName: String?
-
Undocumented
Declaration
Swift
public init(logPatternSets: [String]? = nil, nextToken: String? = nil, resourceGroupName: String? = nil)