ListLogPatternsRequest
public struct ListLogPatternsRequest : AWSShape
extension ApplicationInsights.ListLogPatternsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.
Declaration
Swift
public let maxResults: Int? -
The token to request the next page of results.
Declaration
Swift
public let nextToken: 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(maxResults: Int? = nil, nextToken: String? = nil, patternSetName: String? = nil, resourceGroupName: String) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> ApplicationInsights.ListLogPatternsRequest
View on GitHub
ListLogPatternsRequest Structure Reference