DescribeOpsItemsResponse
public struct DescribeOpsItemsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
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? -
A list of OpsItems.
Declaration
Swift
public let opsItemSummaries: [OpsItemSummary]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, opsItemSummaries: [OpsItemSummary]? = nil)
View on GitHub
DescribeOpsItemsResponse Structure Reference