AttributeDefinition
public struct AttributeDefinition : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A name for the attribute.
Declaration
Swift
public let attributeName: String
-
The data type for the attribute, where: S - the attribute is of type String N - the attribute is of type Number B - the attribute is of type Binary
Declaration
Swift
public let attributeType: ScalarAttributeType
-
Undocumented
Declaration
Swift
public init(attributeName: String, attributeType: ScalarAttributeType)
-
Declaration
Swift
public func validate(name: String) throws