OpsEntityItem
public struct OpsEntityItem : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The time OpsItem data was captured.
Declaration
Swift
public let captureTime: String? -
The detailed data content for an OpsItem summaries result item.
Declaration
Swift
public let content: [[String : String]]? -
Undocumented
Declaration
Swift
public init(captureTime: String? = nil, content: [[String : String]]? = nil)
View on GitHub
OpsEntityItem Structure Reference