OpsItemDataValue
public struct OpsItemDataValue : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The type of key-value pair. Valid types include SearchableString and String.
Declaration
Swift
public let type: OpsItemDataType?
-
The value of the OperationalData key.
Declaration
Swift
public let value: String?
-
Undocumented
Declaration
Swift
public init(type: OpsItemDataType? = nil, value: String? = nil)