AttributeNameAndValue
public struct AttributeNameAndValue : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The attribute name of the typed link.
Declaration
Swift
public let attributeName: String
-
The value for the typed link.
Declaration
Swift
public let value: TypedAttributeValue
-
Undocumented
Declaration
Swift
public init(attributeName: String, value: TypedAttributeValue)
-
Declaration
Swift
public func validate(name: String) throws