DataItem
public struct DataItem : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The formatted value of the data. e.g. John Smith.
Declaration
Swift
public let formattedValue: String?
-
The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.
Declaration
Swift
public let overrideFormat: Format?
-
The raw value of the data. e.g. jsmith@example.com
Declaration
Swift
public let rawValue: String?
-
Undocumented
Declaration
Swift
public init(formattedValue: String? = nil, overrideFormat: Format? = nil, rawValue: String? = nil)