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