TypedLinkAttributeRange
public struct TypedLinkAttributeRange : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique name of the typed link attribute.
Declaration
Swift
public let attributeName: String?
-
The range of attribute values that are being selected.
Declaration
Swift
public let range: TypedAttributeValueRange
-
Undocumented
Declaration
Swift
public init(attributeName: String? = nil, range: TypedAttributeValueRange)
-
Declaration
Swift
public func validate(name: String) throws