LinkAttributeUpdate
public struct LinkAttributeUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The action to perform as part of the attribute update.
Declaration
Swift
public let attributeAction: LinkAttributeAction?
-
The key of the attribute being updated.
Declaration
Swift
public let attributeKey: AttributeKey?
-
Undocumented
Declaration
Swift
public init(attributeAction: LinkAttributeAction? = nil, attributeKey: AttributeKey? = nil)
-
Declaration
Swift
public func validate(name: String) throws