Field
public struct Field : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the field.
Declaration
Swift
public let name: String?
-
The datatype of the field.
Declaration
Swift
public let type: FieldType?
-
Undocumented
Declaration
Swift
public init(name: String? = nil, type: FieldType? = nil)