DescribeLogGroupsRequest
public struct DescribeLogGroupsRequest : AWSShape
extension CloudWatchLogs.DescribeLogGroupsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum number of items returned. If you don’t specify a value, the default is up to 50 items.
Declaration
Swift
public let limit: Int? -
The prefix to match.
Declaration
Swift
public let logGroupNamePrefix: String? -
The token for the next set of items to return. (You received this token from a previous call.)
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(limit: Int? = nil, logGroupNamePrefix: String? = nil, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CloudWatchLogs.DescribeLogGroupsRequest
View on GitHub
DescribeLogGroupsRequest Structure Reference