GetLinkAttributesRequest
public struct GetLinkAttributesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of attribute names whose values will be retrieved.
Declaration
Swift
public let attributeNames: [String]
-
The consistency level at which to retrieve the attributes on a typed link.
Declaration
Swift
public let consistencyLevel: ConsistencyLevel?
-
The Amazon Resource Name (ARN) that is associated with the Directory where the 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(attributeNames: [String], consistencyLevel: ConsistencyLevel? = nil, directoryArn: String, typedLinkSpecifier: TypedLinkSpecifier)
-
Declaration
Swift
public func validate(name: String) throws