BatchUpdateLinkAttributes
public struct BatchUpdateLinkAttributes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The attributes update structure.
Declaration
Swift
public let attributeUpdates: [LinkAttributeUpdate]
-
Allows a typed link specifier to be accepted as input.
Declaration
Swift
public let typedLinkSpecifier: TypedLinkSpecifier
-
Undocumented
Declaration
Swift
public init(attributeUpdates: [LinkAttributeUpdate], typedLinkSpecifier: TypedLinkSpecifier)
-
Declaration
Swift
public func validate(name: String) throws