UpdateLinkAttributesRequest
public struct UpdateLinkAttributesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The attributes update structure.
Declaration
Swift
public let attributeUpdates: [LinkAttributeUpdate]
-
The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.
Declaration
Swift
public let directoryArn: String
-
Allows a typed link specifier to be accepted as input.
Declaration
Swift
public let typedLinkSpecifier: TypedLinkSpecifier
-
Undocumented
Declaration
Swift
public init(attributeUpdates: [LinkAttributeUpdate], directoryArn: String, typedLinkSpecifier: TypedLinkSpecifier)
-
Declaration
Swift
public func validate(name: String) throws