GetOpsSummaryResult
public struct GetOpsSummaryResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The list of aggregated and filtered OpsItems.
Declaration
Swift
public let entities: [OpsEntity]? -
The token for the next set of items to return. Use this token to get the next set of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(entities: [OpsEntity]? = nil, nextToken: String? = nil)
View on GitHub
GetOpsSummaryResult Structure Reference