DescribeLogGroupsResponse
public struct DescribeLogGroupsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The log groups. If the retentionInDays value if not included for a log group, then that log group is set to have its events never expire.
Declaration
Swift
public let logGroups: [LogGroup]? -
Undocumented
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(logGroups: [LogGroup]? = nil, nextToken: String? = nil)
View on GitHub
DescribeLogGroupsResponse Structure Reference