SchemaAttribute
public struct SchemaAttribute : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the dataset field.
Declaration
Swift
public let attributeName: String?
-
The data type of the field.
Declaration
Swift
public let attributeType: AttributeType?
-
Undocumented
Declaration
Swift
public init(attributeName: String? = nil, attributeType: AttributeType? = nil)
-
Declaration
Swift
public func validate(name: String) throws